FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DAxis Class / MajorGrid Property

In This Topic
    MajorGrid Property (Chart3DAxis)
    In This Topic
    Gets the major grid lines object. Major grids are placed coincident with major tickmarks at UnitMajor intervals. This property is used to set the grid line appearance.
    Syntax
    'Declaration
     
    Public ReadOnly Property MajorGrid As Chart3DGridLines
    public Chart3DGridLines MajorGrid {get;}
    See Also