Skip to main content

AxisX2D Class

Represents the x-axis of the XYDiagram2D class.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public class AxisX2D :
    Axis2D

#Remarks

An object of the AxisX2D type is returned by the XYDiagram2D.AxisX property.

See Also