Hi, I'm still new to this, and my question seems to be really easy but i couldn't find the answer for it. Basically, i want to display the value of the column on the top of the column just like the picture below. Is there an easy way to do this?
1 Answer, 1 is accepted
0
Ivan Hristov
Telerik team
answered on 14 May 2014, 08:05 AM
Hi Phuminvibol,
Although your screenshot shows that the obsolete Chart item is used, we strongly recommend you to use the new Graph item to create your charts, because it provides many features and more flexibility.
In this case you should set the DataPointLabel property of your series to the field you want to display on your labels and make sure that the DataPointLabelStyle has Visible set to true.
However, if you want to create your chart using the obsolete Chart item, you should setup the StyleSeriesItemLabel property, as shown in the Series Items documentation article.
Regards,
Ivan Hristov
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.