Skip to main content

Axis.RangeProperty Field

OBSOLETE

This property is obsolete now. To specify a custom range, use the Axis2D.VisualRange and AxisBase.WholeRange properties instead. For more information, see the corresponding topic in the documentation.

Identifies the Axis.Range dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Obsolete("This property is obsolete now. To specify a custom range, use the Axis2D.VisualRange and AxisBase.WholeRange properties instead. For more information, see the corresponding topic in the documentation.")]
public static readonly DependencyProperty RangeProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also