PieChart


       Using this Java Applet you can create a Pie Chart. This Applet is highly customisable. Here you can change the Heading of Chart. It will take parameter using <PARAM> tag. It takes parameter as Label, Value & Color of each segment. Each segment starts with P i.e. Pvalue1, Plabel1, Pcolor1. You can display Label and Percentage on the Chart.

In this Pie Chart "Percentage of Seats" is its heading. Following Applet tag are used in this program.

Tag used in this Page :

<applet code="PieChart.class"  codebase="applet/"  width="400" height="350">

<param name="title" value="Percentage of Seats">

<param name="showlabel" value="yes">

<param name="showpercent" value="yes">

<param name="bgcolor" value="white">

<param name="columns" value="3">

<param name="Plabel1" value="BJP+Allies">

<param name="Pvalue1" value="299">

<param name="Pcolor1" value="red">

<param name="Plabel2" value="Cong.+Allies">

<param name="Pvalue2" value="134">

<param name="Pcolor2" value="green">

<param name="Plabel3" value="Others">

<param name="Pvalue3" value="104">

<param name="Pcolor3" value="blue">

</applet>

Description of the different parameter :

title : For taking title of the Pie Chart (here it is Percentage of Seats).

showlabel : Whether to display label(besides segment) or not (yes/no).

showpercent : Whether to display percentage(inside segment) or not (yes/no).

bgcolor : Background color of chart.

columns : Total number of segment (here it is 3). You can increase or decrease it also.

Plabel? : Label of the segment.

Pvalue? : Value of the segment.

Pcolor? : Color of the segment. (red, green, blue, pink, orange, magenta, cyan, white, yellow, grey, darkgray)

(Here replace ? with 1 for first segment 2 for second segment etc.)

If you face any problem regarding this applet please contact me.


Back to the PieChart applet page.

How to Add Java Applets to Your Site

New on the Java Boutique:

New Review:

Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

New Applet:

Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

Elsewhere on internet.com:

WebDeveloper Java
Lots of Java information on webdeveloper.com

WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.

ScriptSearch Java
Hundreds of free Java code files to download.

jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.