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

[Solved] Display tooltip from model class

0 Answers 80 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.
Kritika
Top achievements
Rank 1
Kritika asked on 06 Jan 2012, 02:31 PM
Hello there,

I am creating a telerik bar chart and here i have:
At X-axis Labels --> (some employee name from model class)
and At y-axis Labels--> corresponding percentage of employee.
I am displaying the Percentage value of the bar in the tooltip by following code:
 
.Tooltip(tooltip => tooltip
.Visible(true)
.Format("{0:#,##0}")

Now,I want to display the "description" for the employee with the same tooltip;
that description I have to take from the model class.
I have tried with the .Categories ,.Series attributes but not able to display the description from the model class.

can any body suggest me some solution for this??
or can I add tool tip for X-Axis labels ?? and how??
Tags
Chart
Asked by
Kritika
Top achievements
Rank 1
Share this question
or