Swiftchart      to create your own chart and graph New! Swiftbarcodes! Barcodes by Swiftchart
EAN, UPC and many more ...
  Home | Examples | Parameters | Products | Contact us | Site map | FAQ Quick links : Get evaluation | Order
 

Products

Polydonus

Android game which requires logic and a spacial thinking mind.

Free PolyDonus
PolyDonus

Barcode

re to generate dynamic barcodes

SwiftBarcode

Swiftchart

Evaluation

An evaluation pack including the Swiftchart java applet and examples (JavaScript, URL drill down, ...) or the Swiftchart application version for JSP/Servlet integration can be downloaded from Swiftchart (get evaluation).

Terms & conditions

Our terms and conditions apply to all our products and evaluation versions.

Product purchase

For purchasing Swiftchart software please contact Swiftchart or use our online order form.

Pricing

Product License Price
Swiftchart java applet single license (including 1 year free upgrade and support) US$ 99
Swiftchart java applet enterprise license (including 1 year free upgrade and support) US$ 249
Swiftchart java application enterprise license (including 1 year free upgrade and support) US$ 249

(*) Single license allows one to install the Swiftchart software on one server/web site only. Enterprise license allows one to install the Swiftchart software on multiple servers/web sites within the organisation. None of the above licenses covers third party distribution of Swiftchart itself or as part of an integrated software package. For third party distribution of Swiftchart as part of an integrated software package sub-licenses need to be purchased (See also our online order form).

Installation for Swiftchart application version (JSP and Servlets)

[A] Installing Swiftchart as class file

[A1] Create a new directory called "swiftchart" in your main clath path.

[A2] Save the swiftchart_app.class file into the newly created "swiftchart" directory.

[A3] Within the JSP or Servlet code, refer to swiftchart.swiftchart_app.class as shown on the JSP/Servlet examples page.


[B] Installing Swiftchart as jar file

[B1] Save the swiftchart_app.jar file into the main class library directory of your J2EE server (Tomcat: ..\common\lib\)

[B2] Within the JSP or Servlet code, refer to swiftchart.swiftchart_app.class as shown on the JSP/Servlet examples page.

Installation for Swiftchart applet version

[1] Install the swiftchart.class and swiftchart$swiftCanvas.class (swiftchart$myCanvas.class for v1_30) files (part of product delivery) into your web directory (version lower than v1_30 only contain one class file - swiftchart.class).

[2] Add the <applet> tag to your web page or web application as shown in our examples.

[3] Within the applet tag refer to swiftchart.class (eg code="swiftchart.class"). If the swiftchart.class file is not in the same directory as the web page or web application you will have to refer to the location of swiftchart.class.

[4] Depending on the web server operating system the swiftchart.class file needs the appropriate privileges (read, execute).

Installation for Swiftchart applet jar version

[1] Install the swiftchart.jar file (part of product delivery) into your web directory.

[2] Add the <applet>, <object> or <embed> tag to your web page or web application (Most browsers will work with the APPLET tag (IE4/5/6, NN, find details at http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html).

[3] Within the applet, object or embed tag refer to swiftchart.class and swiftchart.jar. If the swiftchart.jar file is not in the same directory as the web page or web application you will have to refer to the location of swiftchart.class and swiftchart.jar:

<APPLET name="app1" code="swiftchart.class" archive="swiftchart.jar" WIDTH = "320" HEIGHT = "300" >
<param name="chart_type" value="bar">
<param name="x_value" value="India,China,Brazil,Indonesia">
<param name="s1_value" value="34,23,43,42">
<param name="s1_label" value="Rice">
<param name="s2_value" value="20,30,40,50">
<param name="s2_label" value="Potatoes">
<param name="s3_value" value="40,50,60,70">
<param name="s3_label" value="Wheat">
</APPLET>

or

<OBJECT name="app2" classid="java:swiftchart.class" WIDTH = "320" HEIGHT = "300">
<param name="name" VALUE="app2">
<param name="CODE" VALUE="swiftchart">
<param name="ARCHIVE" VALUE="swiftchart.jar">
<param name="chart_type" value="bar">
<param name="x_value" value="India,China,Brazil,Indonesia">
<param name="s1_value" value="34,23,43,42">
<param name="s1_label" value="Rice">
<param name="s2_value" value="20,30,40,50">
<param name="s2_label" value="Potatoes">
<param name="s3_value" value="40,50,60,70">
<param name="s3_label" value="Wheat">
</OBJECT>

or

<EMBED width="200" height="200" code="swiftchart.class" archive="swiftchart.jar">
<param name="CODE" VALUE="swiftchart">
<param name="ARCHIVE" VALUE="swiftchart.jar">
<param name="chart_type" value="bar">
<param name="x_value" value="India,China,Brazil,Indonesia">
<param name="s1_value" value="34,23,43,42">
<param name="s1_label" value="Rice">
<param name="s2_value" value="20,30,40,50">
<param name="s2_label" value="Potatoes">
<param name="s3_value" value="40,50,60,70">
<param name="s3_label" value="Wheat">
</EMBED>

[4] Depending on the web server operating system the swiftchart.class file needs the appropriate privileges (read, execute).



Versions
Current versionv2_40
Previous versionv2_30
Previous versionv2_20
Previous versionv2_10
Previous versionv2_00
Previous versionv1_90
Previous version v1_80
Previous version v1_70
Previous version v1_60
Previous version v1_50
Previous version v1_40
Previous version v1_30
Previous version v1_20
Previous version v1_10
Previous version v1_01