Returns a command that increases the current zoom factor of a diagram.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v17.2.dll

Syntax
C# |
public ICommand ZoomInCommand { get; }
|
VB |
Public ReadOnly Property ZoomInCommand As ICommand
|
Property value
Type: ICommand
An object that defines a command implementing the System.Windows.Input.ICommand interface.

See Also