FormulaWindow

StockSharp.Xaml

Inherits: ThemedWindow

Implements: IComponentConnector

Constructors

FormulaWindow
public FormulaWindow()
formulaWindow = FormulaWindow()

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