[an error occurred while processing this directive]
 |
Java Chart / tChart V 5.30
|
|---|
Francais
|
[an error occurred while processing this directive]
|
|
[an error occurred while processing this directive]
[an error occurred while processing this directive]
Sample use of tChart2 JDK 1.1 applet (version jdk 1.02 is available) with all data in parameter
If you move your mouse over the chart a bullet display values under the mouse
All data are fixed I change only "unit", "frm" et "ilg" options.
- Mode line : default option with text
- frm=##0.00 : remove text (extpres = 13) and change format to display number with 2 decimal precision
- frm=##0.0 and unit=6.57:E : 1 decimal precision and simple conversion with unit
- ilg=2 : skip 1 value on axe Ox
- ilg=3 : sur l'axe des X seul une valeur sur 3 a une legende
- ilg=-3 : display only 3 value on axe Ox
- change origine position to 80/50
- change all font
- Use javascript interaction to add a new row
| Javascript command |
| setBkColor(String s) |
Change Background color |
#D0F0FF /
1470255
|
| setLnColor(String s) |
Change line color |
#FF0040
1470255 |
| Addrow(String s) |
Add a new String row |
Sample |
| setOrigine(int x, int y) |
Change origine |
Sp 1 / Sp 2 |
| setData(int i) |
Change item selected |
Sp 1 / Sp 2 |
| setPress(int i) |
Change Presentation mode |
Sp 1 / Sp 2 |
| setDec(String s) |
Change decimal format |
##0.00
###,##0 $ |
[an error occurred while processing this directive]
[an error occurred while processing this directive]