Skip to main content
A newer version of this page is available. .

AxisX Class

Represents the primary X-axis within a chart control in 2D series, except for the Swift Plot.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(AxisXTypeConverter))]
public class AxisX :
    AxisXBase

The following members accept/return AxisX objects:

Remarks

The AxisX class represents the primary axis of arguments (X-axis) within a chart control in 2D series (except for the Swift Plot). It inherits properties and methods from the base Axis class, which implements the common axes functionality.

An object of the AxisX type can be accessed via the XYDiagram.AxisX property of an XYDiagram object, which in its turn is exposed via the ChartControl.Diagram property.

A diagram‘s secondary X-axis is represented by the SecondaryAxisX class. And, for Swift Plot charts, the SwiftPlotDiagramAxisX class provides similar functionality.

For more information, refer to Axes.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AxisX class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also