XYDiagram2DZoomEventArgs.NewXRange Property
Gets the new value of the Axis2D.VisualRange property of the X-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
RangeInfo | A DevExpress.Xpf.Charts.RangeInfo object which represents the new value of the axis range. |
Remarks
Use the XYDiagram2DZoomEventArgs.OldXRange and 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