Class ChartDrawCommand
Inheritance
ChartDrawCommand
Assembly: StockSharp.Studio.Core.dll
Syntax
public class ChartDrawCommand : BaseStudioCommand, IStudioCommand
Constructors
ChartDrawCommand(ChartDrawData)
Declaration
public ChartDrawCommand(ChartDrawData values)
Parameters
ChartDrawCommand(DateTimeOffset, IChartElement, Object)
Declaration
public ChartDrawCommand(DateTimeOffset time, IChartElement element, object value)
Parameters
ChartDrawCommand(DateTimeOffset, IDictionary<IChartElement, Object>)
Declaration
public ChartDrawCommand(DateTimeOffset time, IDictionary<IChartElement, object> values)
Parameters
Properties
Values
Declaration
public ChartDrawData Values { get; }
Property Value
Implements
Extension Methods