Skip to main content

Pane.ZoomIntoRectangleCommand Property

Returns a command that zooms a pane into the selected rectangle.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ICommand ZoomIntoRectangleCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also