Skip to main content
A newer version of this page is available. .

XYDiagram2DBeforeScrollEventArgs(AxisBase, RangeInfo) Constructor

Initializes a XYDiagram2DBeforeScrollEventArgs instance with the specified settings.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public XYDiagram2DBeforeScrollEventArgs(
    AxisBase axis,
    RangeInfo newRange
)

Parameters

Name Type Description
axis AxisBase

The scrolled axis.

newRange RangeInfo

Information about a new visual range.

Remarks

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

See Also