Aravind G Report post Posted March 21, 2012 Hi, I have attached a file .please find attachment and see the pie chart like that i nedd... How to display value and Percentage in Pie Chart... Please help me on this.. Thanks Aravind G Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 21, 2012 Hi, I could not able to find your attachment here, can you please re-send it? Share this post Link to post Share on other sites
Aravind G Report post Posted March 21, 2012 Hi Sumedh, thanks for giving reply .here i am trying to attach file error is coming.i am giving example way i need. its possible to display value and Percentage in pie chart like this Ex:4,10% please help me... Thanks Aravind G Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 21, 2012 Hi, You can use "displayValue" attribute under the set element, to display custom string value. Ref. code: <chart caption='Company Revenue' > <set label='Services' value='26' displayValue='40%'/> <set label='Hardware' value='32' displayValue='10'/> <set label='Software' value='42' /> </chart> Find attached screenshot for your reference. Share this post Link to post Share on other sites