RadialScale.Indicators Property
Gets or sets the collection of indicators displayed within the RadialScale. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public ObservableCollection<IndicatorBase> Indicators { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<IndicatorBase> | The collection of indicators displayed within the RadialScale. |
See Also