IndicatorPickerPage
StockSharp.Xaml.Windows.Maui
Page for selecting an indicator type.
Erbt von: ContentPage
Konstruktoren
IndicatorPickerPage()
Creates a new IndicatorPickerPage.
Eigenschaften
Indicators : IList<IndicatorType>
Gets the available indicator types.
SelectedIndicator : IndicatorType
Gets the selected indicator type.
ViewModel : IndicatorPickerViewModel
Gets the ViewModel.
Methoden
LoadIndicators(IIndicatorProvider)
Loads indicators from the provider.
LoadIndicators(IEnumerable<IndicatorType>)
Loads indicators from a collection.
Ereignisse
IndicatorSelected : EventHandler<IndicatorType>
Raised when an indicator is selected.