This sample for "point mode" read all data in parameter (use no data file).
Description / "7" : Point mode
This new draw mode is added with cChart version 5.00
This mode use 3 parameters for each point to display (x position, y position, size), this data file can't use with other cChart draw mode (1 parameter for 1 value).
I use a same definition for all other presenation mode. For more information see
data Warning !
If you want display 1 point you must define 3 values
"Point with 1 bullet ; 3 ; za ; 7 ; 12"
"Point with 2 bullet ; 6 ; za ; 7 ; 12"
Data files
This file define 2 sections :
Definitions : to define title, labels, columns names and colors.
Data : In this section I define row name and value of points to draw
"L0 ; 0 ; 15 ; 2 ; 10 ; 20 ; 4 "
In this sample you found 1 row "L0" with 2 points the first in position (0, 15) with size 2 and 2nd in position (10, 20) with size 4.