I have created a Bar chart. I want to show the bar value at the top of the bar or in the tool tip if someone point on the bar how to do it?
Rohit
3 Answers, 1 is accepted
0
Accepted
Ivaylo Gergov
Telerik team
answered on 08 Apr 2013, 11:39 AM
Hello Rohit,
In order to show the value on top of each bar you can set BarSeries.ShowLabels property to "True". You can make additional modifications with the labels through the LabelDefinitions associated with each series.
Alternatively, If you want to show the bar value in a tooltip you can use our ChartTooltipBehaviorand set its ContentTemplate like this:
Today I have downloaded the CHM file for RadControls for Windows 8 from documentations.Are these all small properties and other examples available there in the CHM?
or there is any other documentation?
Rohit
0
Ivaylo Gergov
Telerik team
answered on 08 Apr 2013, 03:07 PM
Hello Rohit,
This is our official documentation (it is actually a downloadable version of the content available online here) and it contains a lot of examples, including for TooltipBehavior (Controls-RadChart-Behaviors-Tooltip behavior).
I hope this information is useful.
All the best,
Ivaylo Gergov
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.