3D Pie Charts | ![]() |
Legend Labels | ||
You can display the Legend label next to each slice by doing the following:
pieChart3DProperties.setPieLabelType( PieLabelType.LEGEND_LABELS );
![Pie Chart 3D Value Labels](images/userGuide/pieChart3d/pieChart3DLegendLabels.png)
Value Labels | ||
You can display the Value of each slice by doing the following:
pieChart3DProperties.setPieLabelType( PieLabelType.VALUE_LABELS );
![Pie Chart 3DValue Labels](images/userGuide/pieChart3d/pieChart3DValueLabels.png)
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.