FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / GridMinor Property

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