ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxis Class / MajorGrid Property

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