Krysalis jCharts
 
  Font size:      
 

Pie Charts

PDF
PDF

Legend Labels

You can display the Legend label next to each slice by doing the following:

pieChart2DProperties.setPieLabelType( PieLabelType.LEGEND_LABELS );
			
Pie Chart Value Labels

Value Labels

You can display the Value of each slice by doing the following:

pieChart2DProperties.setPieLabelType( PieLabelType.VALUE_LABELS );
			
Pie Chart Value Labels
Note
The ability to display the percentage of each pie slice is not supported in this release. You could get around this by either modifying the source ;), or by calculating this yourself and setting the values in the pie as the values to plot.


Valid HTML 4.01!Valid CSS!