XYDiagram2DZoomEventArgs.OldAxisXRange Property
OBSOLETE
This property is obsolete now. Use OldXRange instead.
Gets the old value of the Axis.Range
property for the X-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
[Obsolete("This property is obsolete now. Use OldXRange instead.")]
public AxisRange OldAxisXRange { get; }
Property Value
Type | Description |
---|---|
AxisRange | An |
See Also