Skip to main content
A newer version of this page is available. .

Grid Lines

An axis can display Grid Lines to improve the readability of the displayed charts for an end-user. There are two types of grid lines: major and minor. For more detailed information, refer to Grid Lines, Tickmarks and Interlacing.

gridLines_minMaj

The table below lists the main properties which affect the element’s appearance and functionality:

Availability

The AxisBase.GridLines property of an axis.

Appearance

GridLines.Color, GridLines.LineStyle, GridLines.MinorColor, GridLines.MinorLineStyle

Visibility

GridLines.Visible, GridLines.MinorVisible

See Also