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