corelibraries-devexpress-dot-xtracharts-e2c5985e.md
Represents the base class for classes that provide axes functionality for Radar and Polar series views.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class RadarAxis :
AxisBase
Public MustInherit Class RadarAxis
Inherits AxisBase
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).
Object ChartElement ChartElementNamed AxisBase RadarAxis RadarAxisX
See Also