Skip to main content

IXYDiagram2D.SecondaryAxesY Property

If implemented by a class, gets the diagram’s collection of secondary Y-axes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

SecondaryAxisCollection SecondaryAxesY { get; }

Property Value

Type Description
SecondaryAxisCollection

A SecondaryAxisYCollection object, that is a collection of secondary Y-axes.

See Also