Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / MajorGridLines Property

In This Topic
    MajorGridLines Property
    In This Topic
    Gets the ChartGridLines object defining how major gridlines should be displayed for this axis.
    Syntax
    'Declaration
     
    Public ReadOnly Property MajorGridLines As ChartGridLines
    public ChartGridLines MajorGridLines {get;}
    See Also