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

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