Gets the new value of the Axis.Range property for the Y-axis.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v17.2.dll
Note: This API is now obsolete.
This property is obsolete now. Use NewYRange instead.

Syntax
C# |
public AxisRange NewAxisYRange { get; }
|
VB |
Public ReadOnly Property NewAxisYRange As AxisRange
|
Property value
Type:
AxisRange
An AxisRange object which is the new value of the axis range.

Remarks
Use the OldAxisYRange and NewAxisYRange properties to obtain the Y-axis's Axis.Range property values before and after a chart is zoomed in the XYDiagram2D.Zoom event handler.

See Also