XYDiagram2D.GetAllAxesY() Method
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 GetAllAxesY method to get collections of all Y-axes on a diagram, including Secondary Y-Axes.
See Also