Skip to main content
A newer version of this page is available. .

RadarAxisYRange Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class RadarAxisYRange :
    AxisYRange

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

See Also