Skip to main content

CircularAxisY2D.Range Property

OBSOLETE

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

Specifies the circular Y-axis range.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v25.1.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 circular Y-axis.

Remarks

For more information about axis ranges, refer to the following help topic: Whole and Visual Ranges.

See Also