Axis.MinorGrid Property

Definition

Gets or sets a Grid object used to specify the minor grid lines attributes of an axis.

public:
 property System::Web::UI::DataVisualization::Charting::Grid ^ MinorGrid { System::Web::UI::DataVisualization::Charting::Grid ^ get(); void set(System::Web::UI::DataVisualization::Charting::Grid ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.Grid MinorGrid { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.MinorGrid : System.Web.UI.DataVisualization.Charting.Grid with get, set
Public Property MinorGrid As Grid

Property Value

A Grid object used to get or set the attributes of the minor grid lines of an axis.

Attributes

Remarks

Minor grid lines are drawn in between the major grid lines.

Use this property to change the attributes of a minor grid line, such as frequency, color, and so forth.

Applies to