Sign in to follow this  
Aravind G

Display Value And Percentage In Pie Charts

Recommended Posts

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

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

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

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.

post-24802-0-31280900-1332327136_thumb.jpg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this