Skip to main content

XYDiagram2DScrollEventArgs.OldAxisYRange Property

OBSOLETE

This property is obsolete now. Use OldYRange instead.

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
AxisRange

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

Remarks

Use the OldAxisYRange and XYDiagram2DScrollEventArgs.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.

See Also