Back to Devexpress

XYDiagram2D.GetAllAxesY() Method

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2d-1bd44d6d.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public List<Axis2D> GetAllAxesY()
vb
Public Function GetAllAxesY As List(Of Axis2D)

Returns

TypeDescription
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

XYDiagram2D Class

XYDiagram2D Members

DevExpress.XtraCharts Namespace