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

ChartCommands.RemoveIndicatorCommand Property

Specifies the command that activates the mode of removing indicators.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public ICommand RemoveIndicatorCommand { get; set; }

Property Value

Type Description
ICommand

An object that defines a command that implements the ICommand interface.

See Also