Skip to main content

XYDiagram2D.SecondaryAxesX Property

Gets the collection of secondary X-axes.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

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

#Property Value

Type Description
SecondaryAxisXCollection

A SecondaryAxisXCollection object representing the collection of secondary X-axes.

#Remarks

For more information, refer to Secondary Axis.

See Also