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

Multiple Tooltip for multiple ChartView

1 Answer 46 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Robin
Top achievements
Rank 1
Robin asked on 13 Jan 2015, 10:05 AM
Hi everyone !
I discovered Telerik few weeks ago and i try to use it since, but i have a problem :

I have one RedCartesianChart with a ChartView. I also have a checkBox which add another ChartView (in the same RedCartesianChart) when checked. How can i assign a tooltipTemplate for each chart ?

I try with something like : TooltipTemplate="{StaticResource MyTooltipTemplate}", but it applies the template for the whole RedCartesianChart and not just for one ChartView

I can add the source if needed.

All tips are welcome !
Thanks

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 14 Jan 2015, 08:16 AM
Hi Robin,

The ChartView is a code name for all the controls in the new Chart.dll. Part of the ChartView are the RadCartesianChart, RadPieChart, RadPolarChart, ChartDataSource. It seems that when you say ChartView you actually mean series, is this the case?

We do have tooltip template per series, so you should be able to get the behavior you need by setting the TooltipTemplate property of the series in mind. Let us know how it goes.

Regards,
Petar Marchev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ChartView
Asked by
Robin
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or