ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Axis Class / MinorGrid Property

In This Topic
    MinorGrid Property
    In This Topic
    Gets or set a value indicating whether to draw minor grid.
    Syntax
    'Declaration
     
    Public Property MinorGrid As System.Boolean
    public System.bool MinorGrid {get; set;}
    See Also