GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    AxisGridlines Class

    Namespace:
    GemBox.Spreadsheet.Charts
    Assembly:
    GemBox.Spreadsheet.dll

    Represents an axis major or minor gridlines.

    • C#
    • VB.NET
    public sealed class AxisGridlines
    Public NotInheritable Class AxisGridlines
    Inheritance:
    System.Object
    AxisGridlines

    Properties

    Fill

    Gets or sets the fill formatting options.

    • C#
    • VB.NET
    public FillFormat Fill { get; set; }
    Public Property Fill As FillFormat
    Property Value
    FillFormat

    The fill formatting options.

    IsVisible

    Gets or sets a value indicating whether gridlines are visible.

    • C#
    • VB.NET
    public bool IsVisible { get; set; }
    Public Property IsVisible As Boolean
    Property Value
    System.Boolean

    true if gridlines are visible; otherwise, false.

    Outline

    Gets or sets the outline formatting options.

    • C#
    • VB.NET
    public LineFormat Outline { get; set; }
    Public Property Outline As LineFormat
    Property Value
    LineFormat

    The outline formatting options.

    Methods

    Delete()

    Deletes gridlines.

    • C#
    • VB.NET
    public void Delete()
    Public Sub Delete

    ToString()

    Returns a System.String that represents this AxisGridlines instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this AxisGridlines instance.

    Overrides
    System.Object.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.