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

RadarDiagram2D.ActualAxisY Property

Gets the actual y-axis of the RadarDiagram2D object.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public RadarAxisY2D ActualAxisY { get; }

Property Value

Type Description
RadarAxisY2D

A RadarAxisY2D descendant.

See Also