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

PolarDiagram2D.ActualAxisX Property

Gets the actual x-axis of the PolarDiagram2D object.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public PolarAxisX2D ActualAxisX { get; }

Property Value

Type Description
PolarAxisX2D

A PolarAxisX2D descendant.

See Also