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

    Specifies the command that activates the mode of removing indicators.

    Namespace: DevExpress.Xpf.Charts

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

    Declaration

    public ICommand RemoveIndicatorCommand { get; set; }

    Property Value

    Type Description
    ICommand

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

    See Also