Back to Devexpress

RadarAxisYRange Class

corelibraries-devexpress-dot-xtracharts-0a53f6f8.md

latest2.0 KB
Original Source

RadarAxisYRange Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class RadarAxisYRange :
    AxisYRange
vb
Public Class RadarAxisYRange
    Inherits 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

Object ChartElement AxisRange AxisYRange RadarAxisYRange

See Also

RadarAxisYRange Members

DevExpress.XtraCharts Namespace