Axis2D.ScrollingRange Property
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.
Gets the range through which it’s possible to scroll an axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.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.")]
[Browsable(false)]
public AxisRange ScrollingRange { get; set; }
Property Value
Type | Description |
---|---|
AxisRange | An AxisRange object representing the scrolling range settings of an axis. |
Remarks
Use the ScrollingRange property to define the range in which scrolling is allowed for an axis, when its scrolling is enabled (the XYDiagram2D.EnableAxisXNavigation or the XYDiagram2D.EnableAxisYNavigation property is set to true).
See Also