3D Pie Charts |
Legend Labels | ||
You can display the Legend label next to each slice by doing the following:
pieChart3DProperties.setPieLabelType( PieLabelType.LEGEND_LABELS );
Value Labels | ||
You can display the Value of each slice by doing the following:
pieChart3DProperties.setPieLabelType( PieLabelType.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.