IndicatorPickerPage

StockSharp.Xaml.Windows.Maui

Page for selecting an indicator type.

Hereda de: ContentPage

Constructores

IndicatorPickerPage()

Creates a new IndicatorPickerPage.

Propiedades

Indicators : IList<IndicatorType>

Gets the available indicator types.

SelectedIndicator : IndicatorType

Gets the selected indicator type.

ViewModel : IndicatorPickerViewModel

Gets the ViewModel.

Métodos

LoadIndicators(IIndicatorProvider)

Loads indicators from the provider.

LoadIndicators(IEnumerable<IndicatorType>)

Loads indicators from a collection.

Eventos

IndicatorSelected : EventHandler<IndicatorType>

Raised when an indicator is selected.