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

GridLinesY Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public sealed class GridLinesY :
    GridLines

Remarks

The GridLinesY class contains grid line settings for an axis of the AxisY type. The GridLinesY 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 GridLinesY type can be accessed via the AxisBase.GridLines property of an axis of the AxisY type which in its turn is exposed via the XYDiagram.AxisY property of the XYDiagram object.

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

Inheritance

See Also