Back to Devexpress

RadarAxisXRange Class

corelibraries-devexpress-dot-xtracharts-aeb8d2a2.md

latest2.1 KB
Original Source

RadarAxisXRange Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class RadarAxisXRange :
    AxisXRange
vb
Public Class RadarAxisXRange
    Inherits 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.

Inheritance

Object ChartElement AxisRange AxisXRange RadarAxisXRange PolarAxisXRange

See Also

RadarAxisXRange Members

RadarAxisY

DevExpress.XtraCharts Namespace