I have the following code:
<Gauges:RangeList> <Gauges:RadialRange Min="0" Max="50" StartWidth="0.02" EndWidth="0.03" Location="Inside" Background="#7F579132" BorderBrush="{x:Null}" IndicatorBackground="#FF4AB408" Offset="-0.07"/> <Gauges:RadialRange Min="50" Max="75" StartWidth="0.03" EndWidth="0.04" Location="Inside" Background="#7F9FAB32" BorderBrush="{x:Null}" IndicatorBackground="#FFF7E40D" Offset="-0.07"/> <Gauges:RadialRange Min="75" Max="100" StartWidth="0.04" EndWidth="0.05" Location="Inside" Background="#7F973C3C" BorderBrush="{x:Null}" IndicatorBackground="Red" Offset="-0.07" LabelForeground="{x:Null}"/> </Gauges:RangeList><Gauges:IndicatorList Height="247" Width="247"> <Gauges:StateIndicator Left="0.8" Value="{TemplateBinding Value}" UseRangeColor="True"/>
And the State Indicator shows the colour of the range rather than IndicatorBackground.
What is the reason for that?