Skip to main content

SecondaryAxisX2D Class

Represents a secondary x-axis.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public class SecondaryAxisX2D :
    AxisX2D

#Returned By

The XYDiagram2D.GetSeriesAxisX(XYSeries) method returns an instance of SecondaryAxisX2D.

#Remarks

The SecondaryAxisX2D class represents the secondary axis of arguments (x-axis).

The collection of the SecondaryAxisX2D objects is represented by the SecondaryAxisXCollection class, which is returned by the XYDiagram2D.SecondaryAxesX property.

The secondary y-axis is represented by the SecondaryAxisY2D class.

See Also