Skip to main content

XYDiagram2DZoomEventArgs.NewAxisYRange Property

OBSOLETE

This property is obsolete now. Use NewYRange instead.

Gets the new value of the Axis.Range property for the Y-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 NewYRange instead.")]
public AxisRange NewAxisYRange { get; }

Property Value

Type Description
AxisRange

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

See Also