Skip to main content
A newer version of this page is available. .

DiagramCoordinates.AxisY Property

Gets the Y-axis of the diagram coordinate.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public AxisY2D AxisY { get; }

Property Value

Type Description
AxisY2D

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

See Also