Class FormulaWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
public class FormulaWindow : ThemedWindow, IComponentConnector
- Inheritance
-
FormulaWindow
- Implements
- Extension Methods
Constructors
FormulaWindow()
public FormulaWindow()
Fields
AvailableVariablesProperty
public static readonly DependencyProperty AvailableVariablesProperty
Field Value
FormulaProperty
public static readonly DependencyProperty FormulaProperty
Field Value
Properties
AvailableVariables
public IEnumerable<FormulaEdit.FormulaVariable> AvailableVariables { get; set; }
Property Value
Formula
public string Formula { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()