hi:
anyone help me,I want to create a pie chart.the chart is not whole the
pie,I want to divide the pie chart into some sectors.anyone will teach me how to do it
piechart problem
Re: piechart problem
My mean is that I want to create a separate pie chart.each data eara is a sector.If the aparts combine a whole circle.please help me how to do it.
-
- Posts: 13
- Joined: Fri Apr 28, 2006 2:53 pm
Code: Select all
// the first argument is the index of the dataset (the piece of the pie)
// the second argument is the percent of the section is outside the circle.
plot.setExplodePercent(1, 0.50);