Skip to main content

RadarAxisXRange Class

Contains settings that define the range displayed by the RadarAxisX axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class RadarAxisXRange :
    AxisXRange

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.

See Also