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

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.v19.1.dll

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