FlexChart | ComponentOne
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Styles.Base Namespace / AxisBaseStyle Class / MinorGrid Property

In This Topic
    MinorGrid Property (AxisBaseStyle)
    In This Topic
    Gets or sets style containing display attributes that determine the general appearance of the C1.Win.Chart.FlexChart minor grid.
    Syntax
    'Declaration
     
    Public Property MinorGrid As CommonBaseStyle
    public CommonBaseStyle MinorGrid {get; set;}
    See Also