Back to Devexpress

PolarDiagram2D.AxisX Property

wpf-devexpress-dot-xpf-dot-charts-dot-polardiagram2d-1a594a79.md

latest1.3 KB
Original Source

PolarDiagram2D.AxisX Property

Gets or sets the axis that surrounds the polar diagram.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public PolarAxisX2D AxisX { get; set; }
vb
Public Property AxisX As PolarAxisX2D

Property Value

TypeDescription
PolarAxisX2D

A PolarAxisX2D class descendant that is the circular axis for the polar diagram.

|

Remarks

The Axis X is visually represented on a polar diagram by its surrounding labels. For example, the following image shows the polar diagram, which displays the cardioid function’s values.

See Also

PolarDiagram2D Class

PolarDiagram2D Members

DevExpress.Xpf.Charts Namespace