Table of Contents

Class ChartResetElementCommand

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

Constructors

ChartResetElementCommand(IChartElement, object)

public ChartResetElementCommand(IChartElement element, object tag = null)

Parameters

element IChartElement
tag object

Properties

Element

public IChartElement Element { get; }

Property Value

IChartElement

Tag

public object Tag { get; }

Property Value

object