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.