IndicatorPickerPage
StockSharp.Xaml.Windows.Maui
Page for selecting an indicator type.
継承元: ContentPage
コンストラクター
IndicatorPickerPage()
Creates a new IndicatorPickerPage.
プロパティ
Indicators : IList<IndicatorType>
Gets the available indicator types.
SelectedIndicator : IndicatorType
Gets the selected indicator type.
ViewModel : IndicatorPickerViewModel
Gets the ViewModel.
メソッド
LoadIndicators(IIndicatorProvider)
Loads indicators from the provider.
LoadIndicators(IEnumerable<IndicatorType>)
Loads indicators from a collection.
イベント
IndicatorSelected : EventHandler<IndicatorType>
Raised when an indicator is selected.