XYDiagram2DZoomEventArgs.NewYRange Property
In This Article
Gets the new value of the Axis2D.VisualRange property of the Y-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Range |
A DevExpress. |
#Remarks
Use the XYDiagram2DZoomEventArgs.OldYRange and NewYRange properties to obtain the Y-axis’s Axis2D.VisualRange property values before and after a chart is zoomed in the XYDiagram2D.Zoom event handler.
See Also