Table of Contents

Class ChartRemoveElementCommand

Namespace
StockSharp.Studio.Core.Commands
Assembly
StockSharp.Studio.Core.dll
public class ChartRemoveElementCommand : BaseStudioCommand, IStudioCommand
Inheritance
ChartRemoveElementCommand
Implements
Inherited Members
Extension Methods

Constructors

ChartRemoveElementCommand(IChartElement, object)

public ChartRemoveElementCommand(IChartElement element, object source)

Parameters

element IChartElement
source object

Properties

Element

public IChartElement Element { get; }

Property Value

IChartElement

Source

public object Source { get; }

Property Value

object