FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / GridMajor Property

In This Topic
    GridMajor Property (Chart2DAxis)
    In This Topic
    Gets the major grid lines object. Major grids are placed coincident with major tick marks at ChartAxis.UnitMajor intervals. The GridMajor property is used to set the grid line appearance.
    Syntax
    'Declaration
     
    Public ReadOnly Property GridMajor As Chart2DGridStyle
    public Chart2DGridStyle GridMajor {get;}
    See Also