Skip to main content

Axis2D.ScrollingRangeProperty 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 Axis2D.ScrollingRange 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 ScrollingRangeProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also