All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----MSBChart.ChartComponent | +----MSBChart.Plotter | +----MSBChart.PiePlotter
Plotter used to create a pie chart. It only admits DataSeries of type PieDataSerie.
Example:
// plotter
MSBChart.PiePlotter plot=new PiePlotter();
plot.addSerie(data1);
public double radiusModifier
modifies the size of the pie. The default value is 1. A value of 0.5 will create a pie half the size of the default.
public boolean drawRadius
if true the radius lines will be displayed.
public boolean effect3D
public PiePlotter()
creates a pir plotter.
All Packages Class Hierarchy This Package Previous Next Index