FormulaWindow
StockSharp.Xaml
Inherits: ThemedWindow
Implements: IComponentConnector
Constructors
Properties
AvailableVariables
public IEnumerable<FormulaVariable> AvailableVariables { get; set; }
value = formulaWindow.AvailableVariables
formulaWindow.AvailableVariables = value
Formula
public string Formula { get; set; }
value = formulaWindow.Formula
formulaWindow.Formula = value
Methods
InitializeComponent
public void InitializeComponent()
formulaWindow.InitializeComponent()
InitializeComponent
Fields
AvailableVariablesProperty
public static readonly DependencyProperty AvailableVariablesProperty
value = FormulaWindow.AvailableVariablesProperty
FormulaProperty
public static readonly DependencyProperty FormulaProperty
value = FormulaWindow.FormulaProperty