Skip to main content

XYDiagram2D.GetAllAxesY() Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public List<Axis2D> GetAllAxesY()

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