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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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