ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / ShowMajorGridLines Property

In This Topic
    ShowMajorGridLines Property
    In This Topic
    Gets a value indicating whether the major grid lines are visible.
    Syntax
    'Declaration
     
    ReadOnly Property ShowMajorGridLines As Boolean
    bool ShowMajorGridLines {get;}

    Property Value

    A System.Boolean value. true if the major grid lines are visible; otherwise, false.
    See Also