Hello,
I have a trouble whith the color of the numericindicator in my application namely altough the foreground is setted to blue and it is the same color like scale, color of th numericindicator darker.
Could please check code below and screenshot.
Thnx
Daniel
I have a trouble whith the color of the numericindicator in my application namely altough the foreground is setted to blue and it is the same color like scale, color of th numericindicator darker.
Could please check code below and screenshot.
Thnx
Daniel
<telerik:IndicatorList> <telerik:Needle x:Name="needleRPM" Value="{Binding Path=RPM}" Style="{DynamicResource NeedleStyle1}" > <telerik:Needle.ArrowBackground> <LinearGradientBrush EndPoint="0,0.5" StartPoint="1,0.5" MappingMode="RelativeToBoundingBox"> <GradientStop Color="#FFFFD25A" Offset="0.6"/> <GradientStop Color="#FFFF2222" Offset="1"/> <GradientStop Color="#FFFFD25A"/> <GradientStop Color="Red" Offset="0.323"/> </LinearGradientBrush> </telerik:Needle.ArrowBackground> </telerik:Needle> <telerik:NumericIndicator x:Name="Speed" Panel.ZIndex="-1000" CornerRadius="10" Top="0.17" Left="0.33" RelativeHeight="0.35" RelativeWidth="0.7" TemplatePrefix="HexagonalSevenSegs" Foreground="{Binding BigGaugeScaleColor}" Background="{x:Null}" Format="{}{0:F0}" Value="{Binding Path=Speed}" > <telerik:NumberPosition CornerRadius="25" Margin="1,3,0,3" Background="{x:Null}"/> <telerik:NumberPosition CornerRadius="25" Margin="1,3" Background="{x:Null}"/> <telerik:NumberPosition CornerRadius="25" Margin="1,3,0,3" Background="{x:Null}"/> </telerik:NumericIndicator> <telerik:RadialBar x:Name="radialBar" UseRangeColor="True" RangeColorMode="Default" Value="0" VerticalAlignment="Top" /> </telerik:IndicatorList>