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