Show / Hide Table of Contents

Class ChartAddElementCommand

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

Constructors

ChartAddElementCommand(IChartElement, Object)

Declaration
public ChartAddElementCommand(IChartElement element, object source)
Parameters
Type Name Description
IChartElement element
Object source

ChartAddElementCommand(IChartElement, Object, IIndicator)

Declaration
public ChartAddElementCommand(IChartElement element, object source, IIndicator indicator)
Parameters
Type Name Description
IChartElement element
Object source
IIndicator indicator

Properties

Element

Declaration
public IChartElement Element { get; }
Property Value
Type Description
IChartElement

Indicator

Declaration
public IIndicator Indicator { get; }
Property Value
Type Description
IIndicator

Source

Declaration
public object Source { get; }
Property Value
Type Description
Object

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.
☀
☾