Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v19.2.dll

Syntax
C# |
public sealed class RadarAxisX2D : CircularAxisX2D, ILogarithmic
|
VB |
NotInheritable Public Class RadarAxisX2D Inherits CircularAxisX2D, ILogarithmic
|

Remarks
The RadarAxisX2D class represents an X-axis used with a circle diagram showing Radar Area, Radar Line or Radar Point charts.
An object of the RadarAxisX2D type can be accessed via the RadarDiagram2D.AxisX property of a RadarDiagram2D.

Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
ChartElementBase
ChartElement
AxisBase
CircularAxisX2D
RadarAxisX2D

See Also