Skip to main content

XYDiagram2DScrollEventArgs.NewAxisYRange Property

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

Namespace: DevExpress.Xpf.Charts

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

#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.

#Remarks

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