Table of Contents

Class ChartAddElementCommand

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

Constructors

ChartAddElementCommand(IChartElement, object)

public ChartAddElementCommand(IChartElement element, object source)

Parameters

element IChartElement
source object

ChartAddElementCommand(IChartElement, object, IIndicator)

public ChartAddElementCommand(IChartElement element, object source, IIndicator indicator)

Parameters

element IChartElement
source object
indicator IIndicator

Properties

Element

public IChartElement Element { get; }

Property Value

IChartElement

Indicator

public IIndicator Indicator { get; }

Property Value

IIndicator

Source

public object Source { get; }

Property Value

object