Class ChartRemoveElementCommand
Inheritance
ChartRemoveElementCommand
Assembly: StockSharp.Studio.Core.dll
Syntax
public class ChartRemoveElementCommand : BaseStudioCommand, IStudioCommand
Constructors
ChartRemoveElementCommand(IChartElement, Object)
Declaration
public ChartRemoveElementCommand(IChartElement element, object source)
Parameters
Properties
Element
Declaration
public IChartElement Element { get; }
Property Value
Source
Declaration
public object Source { get; }
Property Value
Implements
Extension Methods