Back to Devexpress

SecondaryGridLinesY Class

corelibraries-devexpress-dot-xtracharts-a00633cf.md

latest2.2 KB
Original Source

SecondaryGridLinesY Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class SecondaryGridLinesY :
    GridLines
vb
Public NotInheritable Class SecondaryGridLinesY
    Inherits GridLines

Remarks

The SecondaryGridLinesY class contains grid line settings for an axis of the SecondaryAxisY type. The SecondaryGridLinesY class inherits properties and methods from the base GridLines class. Please see the GridLines class description for more information on the available settings.

An object of the SecondaryGridLinesY type can be accessed via the AxisBase.GridLines property of an axis of the SecondaryAxisY type.

For more information, refer to Primary and Secondary Axes.

Inheritance

Object ChartElement GridLines SecondaryGridLinesY

See Also

SecondaryGridLinesY Members

GridLinesY

Primary and Secondary Axes

DevExpress.XtraCharts Namespace