Skip to main content

XYDiagram2D.GetAllAxesX() Method

Returns an aggregated collection of all X-Axis (primary and secondary axes) chart elements placed on a diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public List<Axis2D> GetAllAxesX()

Returns

Type Description
List<Axis2D>

A list of Axis2D objects.

Remarks

Use the GetAllAxesX method to get collections of all X-axes on a diagram, including Secondary X-Axes.

See Also