Show / Hide Table of Contents

Class ChartDrawCommand

Inheritance
Object
BaseStudioCommand
ChartDrawCommand
Implements
IStudioCommand
Inherited Members
BaseStudioCommand.PossibleDirection
BaseStudioCommand.IsPersistent
Namespace: StockSharp.Studio.Core.Commands
Assembly: StockSharp.Studio.Core.dll
Syntax
public class ChartDrawCommand : BaseStudioCommand, IStudioCommand

Constructors

ChartDrawCommand(ChartDrawData)

Declaration
public ChartDrawCommand(ChartDrawData values)
Parameters
Type Name Description
ChartDrawData values

ChartDrawCommand(DateTimeOffset, IChartElement, Object)

Declaration
public ChartDrawCommand(DateTimeOffset time, IChartElement element, object value)
Parameters
Type Name Description
DateTimeOffset time
IChartElement element
Object value

ChartDrawCommand(DateTimeOffset, IDictionary<IChartElement, Object>)

Declaration
public ChartDrawCommand(DateTimeOffset time, IDictionary<IChartElement, object> values)
Parameters
Type Name Description
DateTimeOffset time
IDictionary<IChartElement, Object> values

Properties

Values

Declaration
public ChartDrawData Values { get; }
Property Value
Type Description
ChartDrawData

Implements

IStudioCommand

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
StudioCommandHelper.Top<TCommand>(TCommand)
StudioCommandHelper.Deep<TCommand>(TCommand)
StudioCommandHelper.Direction<TCommand>(TCommand, StudioCommandDirections)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾