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

RadarDiagram2D.ActualAxisX Property

Gets the actual x-axis of the RadarDiagram2D object.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public RadarAxisX2D ActualAxisX { get; }

Property Value

Type Description
RadarAxisX2D

A RadarAxisX2D descendant.

See Also