Axis.MinorGrid Property

Definition

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

C#
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public System.Windows.Forms.DataVisualization.Charting.Grid MinorGrid { get; set; }

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

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1