Gets the new value of the Axis.Range property for the Y-axis.
Note: This API is now obsolete. This property is obsolete now. Use NewYRange instead.
public AxisRange NewAxisYRange { get; }
Public ReadOnly Property NewAxisYRange As AxisRange
Use the OldAxisYRange and NewAxisYRange properties to obtain the Y-axis's Axis.Range property values before and after a chart is scrolled in the XYDiagram2D.Scroll event handler.