Back to Devexpress

XYDiagram2DZoomEventArgs.OldXRange Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2dzoomeventargs-3f144a63.md

latest1.5 KB
Original Source

XYDiagram2DZoomEventArgs.OldXRange Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public RangeInfo OldXRange { get; }
vb
Public ReadOnly Property OldXRange As RangeInfo

Property Value

TypeDescription
RangeInfo

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

|

Remarks

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

See Also

XYDiagram2DZoomEventArgs Class

XYDiagram2DZoomEventArgs Members

DevExpress.Xpf.Charts Namespace