Class IndicatorPickerWindow
Окно выбора типа индикатора.
Implements
Namespace: StockSharp.Xaml.Charting
Assembly: StockSharp.Xaml.Charting.dll
Syntax
public class IndicatorPickerWindow : ThemedWindow, IComponentConnector
Constructors
IndicatorPickerWindow()
Создать IndicatorPickerWindow.
Declaration
public IndicatorPickerWindow()
Properties
AutoSelectCandles
Auto select candles.
Declaration
public bool AutoSelectCandles { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Indicator
Indicator.
Declaration
public IIndicator Indicator { get; }
Property Value
Type | Description |
---|---|
IIndicator |
IndicatorTypes
Список доступных типов индикаторов.
Declaration
public IEnumerable<IndicatorType> IndicatorTypes { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<IndicatorType> |
SelectedIndicatorType
Выбранный тип индикатора.
Declaration
public IndicatorType SelectedIndicatorType { get; set; }
Property Value
Type | Description |
---|---|
IndicatorType |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()