Skip to main content

XYDiagram2DZoomEventArgs.OldAxisXRange Property

Obsolete. Gets the old value of the Axis.Range property for the X-axis.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[Obsolete("This property is obsolete now. Use OldXRange instead.")]
public AxisRange OldAxisXRange { get; }

#Property Value

Type Description
AxisRange

An AxisRange object which is the old value of the axis range.

#Remarks

Use the OldAxisXRange and XYDiagram2DZoomEventArgs.NewAxisXRange properties to obtain the X-axis's Axis.Range property values before and after a chart is zoomed in the XYDiagram2D.Zoom event handler.

See Also