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

RadarAxisX Class

Represents the X-axis within Radar charts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class RadarAxisX :
    RadarAxis

The following members return RadarAxisX objects:

Remarks

The RadarAxisX class represents an X-axis used with a circle diagram showing Radar Area, Radar Line or Radar Point charts. The main purpose of the RadarAxisX class is to implement X-axis functionality for the circle RadarDiagram.

A Radar diagram’s axes are shown in the following image.

RadarAxes

An object of the RadarAxisX type can be accessed via the RadarDiagram.AxisX property of a RadarDiagram.

See Also