This is a migrated thread and some comments may be shown as answers.

Numeric Gauge - populating tooltip with multiple data values

1 Answer 38 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Shanmugam
Top achievements
Rank 1
Shanmugam asked on 10 Dec 2010, 11:29 AM
I am working in numeric gauge control, am not able to find to place tooltip as like we do in radchart control.

in radchart control, we can provide multiple data values (i.e. #DATAITEM values) by using itemtooltip property, I am expecting same kind of funtionality implimentation to Numeric gauge control.

 ItemToolTipFormat="Number of Iterations : #DATAITEM.TotalNoOfIterationsforTooltip
Total Postponed Effort : #DATAITEM.TotalPostPonedEfforts Hours
Average Engineering Capex : #DATAITEM.AverageCapex Hours"

 

 

here is my numeric gauge control code

 <telerik:RadGauge x:Name="radGauge"
                          Height="45"
                          VerticalAlignment="Stretch"
                          HorizontalAlignment="Stretch"
                          Margin="-15,0,0,0"
                          BorderThickness="0">
            <telerik:NumericScale Min="0" Width="155" BorderThickness="0" >
                <telerik:IndicatorList BorderThickness="0" >
                    <telerik:NumericIndicator x:Name="numericIndicator"
                                              Format="{}{0:F2}"
                         Foreground="DarkBlue"
                                              Left="0"
                                              Top="0"
                                              Value="{Binding ProjectVisibilityDataProp.Visibility}"
                                              RelativeWidth="1.009"
                                              RelativeHeight="0.99"
                                              Background="White"
                                              BorderThickness="0"
                                              FontSize="45">
                        <telerik:NumberPosition CornerRadius="0" />
                        <telerik:NumberPosition CornerRadius="0" />
                        <telerik:NumberPosition CornerRadius="0"  RelativeWidth="0.5" />
                        <telerik:NumberPosition CornerRadius="0" />
                        <telerik:NumberPosition CornerRadius="0" />
                    </telerik:NumericIndicator>
                </telerik:IndicatorList>
            </telerik:NumericScale>
        </telerik:RadGauge>

Thanks
Shanmugam

 

 

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 15 Dec 2010, 08:32 AM
Hello Shanmugam,

At present, the RadGauge control doesn't support this kind of tooltips.

Greetings,
Andrey Murzov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Gauge
Asked by
Shanmugam
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or