Class CandleSettingsWindow
Окно для редактирования CandleSeries.
Implements
Namespace: StockSharp.Xaml.Charting
Assembly: StockSharp.Xaml.Charting.dll
Syntax
public class CandleSettingsWindow : ThemedWindow, IComponentConnector
Constructors
CandleSettingsWindow()
Создать CandleSettingsWindow.
Declaration
public CandleSettingsWindow()
Properties
SecurityProvider
Поставщик информации об инструментах.
Declaration
public ISecurityProvider SecurityProvider { get; set; }
Property Value
Type | Description |
---|---|
ISecurityProvider |
Series
Candles settings.
Declaration
public CandleSeries Series { get; set; }
Property Value
Type | Description |
---|---|
CandleSeries |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()