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

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