BarChartApplet



This java based bar chart applet enables you to add flexible and great looking bar and column charts to your web applications with just a few lines of html code. The chart supports 2D and 3D bars, multiple data series with stacked bars, horizontal or vertical bars, and drilldown functionallity. The footprint is only 18 KB and the applet is compatible with Internet Explorer 3.0 or newer and Netscape 3.0 or newer.

How To Use:

  • Download http://objectplanet.com/BarChartApplet/

    Java Source: Available for purchase

    Sample HTML Source:

    <applet code="com.objectplanet.gui.BarChartApplet"
    	width=350 
    	height=250 
    	name="BarChart" VIEWASTEXT>
    
    	<param name=seriesCount value="3">
    	<param name=sampleCount value="5">
    	<param name=sampleValues_0 value="200, 300, 400, 300, 150">
    	<param name=sampleValues_1 value="300, 400, 500, 600, 400">
    	<param name=sampleValues_2 value="160, 150, 130, 100, 120">
    	<param name=barLabelsOn value=true>
    	<param name=legendOn value=true>
    	<param name=valueLinesOn value=true>
    	<param name=multiColorOn value=true>
    	<param name=barOutlineOff value=true>
    	<param name=chartTitle value="Fruit sales">
    	<param name=sampleColors value="red, #ffa000, #ffe000">
    	<param name=seriesLabels value="Apples, Oranges, Bananas">
    	<param name=sampleLabels value="1995, 1996, 1997, 1998, 1999">
    	<param name=barWidth value="0.6">
    	<param name=titleFont value="Courier, bold, 20">
    	<param name=multiSeriesOn value=true>
    </applet> 
    
    

    Status: Evaluation.
    BarChartApplet binary development kit $199
    BarChartApplet source development kit $399

    Author: Bjørn Jarle Kvande

    Homepage: http://objectplanet.com/BarChartApplet

    Upload Date: May 8, 2002

    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.