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

XYDiagram2D.ZoomIntoRectangleCommand Property

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

public ICommand ZoomIntoRectangleCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also