This question is locked. New answers and comments are not allowed.
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:
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??
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??