Back to Devexpress

DiagramCoordinates.AxisY Property

wpf-devexpress-dot-xpf-dot-charts-dot-diagramcoordinates-02f7d416.md

latest1.1 KB
Original Source

DiagramCoordinates.AxisY Property

Gets the Y-axis of the diagram coordinate.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisY2D AxisY { get; }
vb
Public ReadOnly Property AxisY As AxisY2D

Property Value

TypeDescription
AxisY2D

An AxisY2D object which is the coordinate’s Y-axis.

|

See Also

DiagramCoordinates Class

DiagramCoordinates Members

DevExpress.Xpf.Charts Namespace