RadialScale.Indicators Property
In This Article
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
C#
public ObservableCollection<IndicatorBase> Indicators { get; }
#Property Value
Type | Description |
---|---|
Observable |
The collection of indicators displayed within the Radial |
See Also