Skip to main content

XYDiagram2D.SecondaryAxesY Property

Gets the collection of secondary Y-axes.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true)]
public SecondaryAxisYCollection SecondaryAxesY { get; }

#Property Value

Type Description
SecondaryAxisYCollection

A SecondaryAxisYCollection object representing the collection of secondary Y-axes.

#Remarks

For more information, refer to Secondary Axis.

See Also