Back to Devexpress

RadialScale.Indicators Property

maui-devexpress-dot-maui-dot-gauges-dot-radialscale-0ab7b220.md

latest1.0 KB
Original Source

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

csharp
public ObservableCollection<IndicatorBase> Indicators { get; }

Property Value

TypeDescription
ObservableCollection<IndicatorBase>

The collection of indicators displayed within the RadialScale.

|

See Also

RadialScale Class

RadialScale Members

DevExpress.Maui.Gauges Namespace