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

GridLinesX Class

Defines the settings of grid lines which belong to the X axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public sealed class GridLinesX :
    GridLines

Remarks

The GridLinesX class contains grid line settings for an axis of the AxisX type. The GridLinesX class inherits properties and methods from the base GridLines class which define the common settings of grid lines. Please see the GridLines class’s description for more information on the available main settings.

An object of the GridLinesX type can be accessed via the AxisBase.GridLines property of an axis of the AxisX type which in its turn is exposed via the XYDiagram.AxisX property of the XYDiagram object.

For more information, refer to Grid Lines, Tickmarks and Interlacing.

Inheritance

See Also