RadarAxisXRange Class
Contains settings that define the range displayed by the RadarAxisX axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The RadarAxisXRange
class contains range settings for an RadarAxisX type axis of the Radar Series Views. The RadarAxisXRange
class inherits properties and methods from the base AxisRange class.
An object of the RadarAxisXRange type can be accessed via the AxisBase.VisualRange and AxisBase.WholeRange properties of an axis of the RadarAxisX type, which in its turn is exposed via the RadarDiagram.AxisX property of the RadarDiagram object.
Inheritance
Object
ChartElement
AxisRange
AxisXRange
RadarAxisXRange
See Also