This example demonstrates how Javascript can be used to dynamically configure the properties of a chart applet. The public properties of any applet can be accessed using Javascript. We have selected a few properties of JetChart and implemented public methods in GraphApplet to configure them, but not all JetChart properties are available through the GraphApplet public interface. Nevertheless, GraphApplet can be easily extended to allow Javascript interaction with several public properties of JetChart. The source code of GraphApplet is available to registered users.

After changing the content of any text field, hit the 'Enter' key to refresh chart.

The public methods of GraphApplet that we've implemented to allow Javascript interaction are listed at the bottom of this page, followed by a brief description.

Series 1
Series 2
Series 3
3D on 3D series inline
Grid on - Color ==>
Horizontal chart on
Title:
Left title:
Right title:
Bottom title:

Gradient colors:
Gradient orientation:
Legend position: 3D depth: Top margin: Left margin: Right margin: Bottom margin:


GraphApplet public methods