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.v14.2.dll

#Declaration

public ICommand ZoomIntoRectangleCommand { get; }

#Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also