This question is locked. New answers and comments are not allowed.
Hi,
I have a RadSemicircleNorthGauge where I want to have a thicker needle.
I use a tooltip and it is very hard to make it display when the needle is just one pixels wide.
Here is my XAML:
Regards,
Håkan
I have a RadSemicircleNorthGauge where I want to have a thicker needle.
I use a tooltip and it is very hard to make it display when the needle is just one pixels wide.
Here is my XAML:
<telerik:RadSemicircleNorthGauge OuterBorderBrush="Transparent" OuterBackground="Transparent" InnerBorderBrush="Transparent" InnerBackground="Transparent" Foreground="{StaticResource TextBrush}" Margin="0,0,0,5"> <telerik:SemicircleNorthScale Center="0.5,1" Radius="0.9" MajorTickStep="20" Foreground="{StaticResource TextBrush}" FontSize="9" StartAngle="190" SweepAngle="160"> <telerik:SemicircleNorthScale.Indicators> <telerik:Needle Name="Needle" Background="{StaticResource SelectedBrush}" IsAnimated="True" Duration="00:00:00.5" TooltipFormat=" {Value|F1} %" /> <telerik:BarIndicator x:Name="BarIndicator" Background="{StaticResource ShiftAbsenceBrush}" Value="{Binding Value, ElementName=Needle}" /> <telerik:Pinpoint Background="{StaticResource SelectedBrush}" BorderBrush="{StaticResource SelectedBrush}" /> </telerik:SemicircleNorthScale.Indicators> </telerik:SemicircleNorthScale> </telerik:RadSemicircleNorthGauge>Regards,
Håkan