XYDiagram2DZoomEventArgs.OldAxisYRange Property
In This Article
Obsolete. Gets the old value of the Axis.Range property for the Y-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[Obsolete("This property is obsolete now. Use OldYRange instead.")]
public AxisRange OldAxisYRange { get; }
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
Use the OldAxisYRange and XYDiagram2DZoomEventArgs.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