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

PolarDiagram2D.ActualAxisY Property

Gets the actual y-axis of the PolarDiagram2D object.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public PolarAxisY2D ActualAxisY { get; }

Property Value

Type Description
PolarAxisY2D

A PolarAxisY2D descendant.

See Also