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

RadarAxis Class

Represents the base class for classes that provide axes functionality for Radar and Polar series views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class RadarAxis :
    AxisBase

Remarks

The RadarAxis class serves as a base for the RadarAxisX and RadarAxisY classes which provide axes functionality for Radar and Polar series views.

The properties and methods which are defined by the RadarAxis class implement the base axes functionality and are common to all Radar and Polar axes (both primary and secondary).

See Also