Skip to main content

XYDiagram2DScrollEventArgs.OldXRange Property

Gets the old value of the Axis2D.VisualRange property of the X-axis.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public RangeInfo OldXRange { get; }

Property Value

Type Description
RangeInfo

A DevExpress.Xpf.Charts.RangeInfo object which represents the old value of the axis range.

Remarks

Use the OldXRange and XYDiagram2DScrollEventArgs.NewXRange properties to obtain the X-axis’s Axis2D.VisualRange property values before and after a chart is scrolled in the XYDiagram2D.Scroll event handler.

See Also