Table of Contents

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

DependencyProperty

FormulaProperty

public static readonly DependencyProperty FormulaProperty

Field Value

DependencyProperty

Properties

AvailableVariables

public IEnumerable<FormulaEdit.FormulaVariable> AvailableVariables { get; set; }

Property Value

IEnumerable<FormulaEdit.FormulaVariable>

Formula

public string Formula { get; set; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()