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

Pie Chart and Tool Tips

1 Answer 81 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matt
Top achievements
Rank 1
Matt asked on 26 Jan 2013, 11:28 PM

I'm trying to design a pie chart and have the tool tips display the exact data from the Value when I click on the specific pie element. That doesn't seem to be working, or maybe it was never designed to do this. Whenever I tap anywhere on the chart, it displays the same value from the first item in my data collection that I added in code behind. Here's my markup:

<telerikChart:RadPieChart Grid.Row="0" x:Name="chart" Palette="Warm" SelectionPalette="WarmSelected" >
    <telerikChart:RadPieChart.Behaviors>
        <telerikChart:ChartTooltipBehavior TriggerMode="Tap">
        </telerikChart:ChartTooltipBehavior>
    </telerikChart:RadPieChart.Behaviors>
    <telerikChart:PieSeries ShowLabels="True" ValueBinding="Value">
    </telerikChart:PieSeries>
</telerikChart:RadPieChart>

Has anyone else been able to get this to work?
Also, on a related note, is there any way to format the template for the tooltip? My values are supposed to be money-based.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Victor
Telerik team
answered on 30 Jan 2013, 12:31 PM
Hello Matt,

You can change the tooltip template as described in this help article.
The tooltip is currently not supported for RadPieChart, however, this will be addressed for the Q2 release or earlier.
Please write again if you have other questions.

Kind regards,
Victor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
Chart
Asked by
Matt
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or