PolarDiagram2D.AxisX Property
In This Article
Gets or sets the axis that surrounds the polar diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public PolarAxisX2D AxisX { get; set; }
#Property Value
Type | Description |
---|---|
Polar |
A Polar |
#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