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

IXYDiagram2D.SecondaryAxesY Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

SecondaryAxisCollection SecondaryAxesY { get; }

Property Value

Type Description
SecondaryAxisCollection

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

See Also