XYDiagram2D.SecondaryAxesY Property
In This Article
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 |
---|---|
Secondary |
A Secondary |
#Remarks
For more information, refer to Secondary Axis.
See Also