ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Axis Class / MajorGridLines Property

In This Topic
    MajorGridLines Property
    In This Topic
    Gets or sets a value indicating how the major gridlines are displayed.
    Syntax
    'Declaration
     
    Public Property MajorGridLines As GridLines
    public GridLines MajorGridLines {get; set;}

    Property Value

    A GridLines object indicating how the major gridlines are displayed.
    See Also