XYDiagram2DZoomEventArgs.NewAxisXRange Property
OBSOLETE
This property is obsolete now. Use NewXRange instead.
Gets the new value of the Axis.Range property for the X-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
[Obsolete("This property is obsolete now. Use NewXRange instead.")]
public AxisRange NewAxisXRange { get; }
Property Value
Type | Description |
---|---|
AxisRange | An AxisRange object which is the new value of the axis range. |
Remarks
Use the XYDiagram2DZoomEventArgs.OldAxisXRange and 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