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);

 
 drawRadius
	drawRadius
   effect3D
	effect3D
   radiusModifier
	radiusModifier
   
 PiePlotter()
	PiePlotter()
   
 radiusModifier
radiusModifier
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.
 drawRadius
drawRadius
public boolean drawRadius
if true the radius lines will be displayed.
 effect3D
effect3D
public boolean effect3D
 
 PiePlotter
PiePlotter
public PiePlotter()
creates a pir plotter.
All Packages Class Hierarchy This Package Previous Next Index