Skip to main content

RadarAxisX2D.Range Property

OBSOLETE

The Range property is obsolete now. Use the WholeRange property instead.

Specifies the radar X-axis range.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Obsolete("The Range property is obsolete now. Use the WholeRange property instead.")]
[Browsable(false)]
public AxisRange Range { get; set; }

Property Value

Type Description
AxisRange

An AxisRange object which contains the common range settings of the radar X-axis.

Remarks

The Range property is used in descendants of the RadarAxisX2D class.

The main settings exposed by the AxisRange class allow you to limit the visible range of an axis, by specifying the minimum and maximum axis values (see the AxisRange.MinValue and AxisRange.MaxValue properties).

See Also