Skip to main content
All docs
V25.1
  • ChartCommands.RemoveIndicatorCommand Property

    Specifies the command that activates the mode of removing indicators.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.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