Back to Devexpress

PolarDiagram2D.ActualAxisX Property

wpf-devexpress-dot-xpf-dot-charts-dot-polardiagram2d-498fc3d1.md

latest1.1 KB
Original Source

PolarDiagram2D.ActualAxisX Property

Gets the actual x-axis of the PolarDiagram2D object.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public PolarAxisX2D ActualAxisX { get; }
vb
Public ReadOnly Property ActualAxisX As PolarAxisX2D

Property Value

TypeDescription
PolarAxisX2D

A PolarAxisX2D descendant.

|

See Also

ActualAxisY

PolarDiagram2D Class

PolarDiagram2D Members

DevExpress.Xpf.Charts Namespace