ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / MinorGrid Property

In This Topic
    MinorGrid Property (Axis)
    In This Topic
    Gets or sets a value indicating whether the axis includes minor grid lines.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.MinorGrid", "Gets or sets a value indicating whether the axis includes minor grid lines.")>
    <DefaultValueAttribute(False)>
    Public Property MinorGrid As Boolean
    [C1Description("Axis.MinorGrid", "Gets or sets a value indicating whether the axis includes minor grid lines.")]
    [DefaultValue(false)]
    public bool MinorGrid {get; set;}
    See Also