Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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