2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / GridMajor Property

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