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.v24.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
The Range property is used in descendants of the CircularAxisY2D 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