Skip to main content

ChartCommands.RemoveIndicatorCommand Property

Specifies the command that activates the mode of removing indicators.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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