Hi,
Please see the pie chart in this demo for an example http://demos.telerik.com/aspnet-ajax/Chart/Examples/DataBinding/Database/DefaultCS.aspx
In the code they are using the ItemDataBound event to set the legend to the description of the pie section while retaining the numerical value on the actual 'pie piece'.
Can this be done declaratively in code (without using itemdatabound event) before the databind() method is called?
Please see the pie chart in this demo for an example http://demos.telerik.com/aspnet-ajax/Chart/Examples/DataBinding/Database/DefaultCS.aspx
In the code they are using the ItemDataBound event to set the legend to the description of the pie section while retaining the numerical value on the actual 'pie piece'.
Can this be done declaratively in code (without using itemdatabound event) before the databind() method is called?