Skip to main content

XYDiagram2DBeforeZoomEventArgs(AxisBase, RangeInfo) Constructor

Initializes a XYDiagram2DBeforeZoomEventArgs instance with the specified settings.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public XYDiagram2DBeforeZoomEventArgs(
    AxisBase axis,
    RangeInfo newRange
)

Parameters

Name Type Description
axis AxisBase

The zoomed axis.

newRange RangeInfo

Information about a new visual range.

Remarks

Instances of the XYDiagram2DBeforeZoomEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also