|
|
Ligne 17 : |
Ligne 17 : |
| |valign="top" align="center"|1 | | |valign="top" align="center"|1 |
| |Pointer to a text array that contains the name of the parameters, this array must have the same size as the array of parameter values of the graph | | |Pointer to a text array that contains the name of the parameters, this array must have the same size as the array of parameter values of the graph |
| + | |
| | | |
| Possible values of the parameter of the graph are the following: | | Possible values of the parameter of the graph are the following: |
Ligne 27 : |
Ligne 28 : |
| * "TitleFontColor" : Title font color | | * "TitleFontColor" : Title font color |
| * "TitleVerticalOffSet" : Allows the fine tuning of the vertical position of the title : px | | * "TitleVerticalOffSet" : Allows the fine tuning of the vertical position of the title : px |
| + | |
| | | |
| Legende parameters | | Legende parameters |
Ligne 35 : |
Ligne 37 : |
| * "LegendFontColor" : Legend font color | | * "LegendFontColor" : Legend font color |
| * "LegendBGcolor" : Legend background color ("White:0" for transparency) | | * "LegendBGcolor" : Legend background color ("White:0" for transparency) |
| + | |
| | | |
| Main parameters | | Main parameters |
Parameters
|
Type
|
|
Parameter #
|
Description
|
Name of Graph's parameters
|
Pointeur
|
|
1
|
Pointer to a text array that contains the name of the parameters, this array must have the same size as the array of parameter values of the graph
Possible values of the parameter of the graph are the following:
- "Title" : graph title
- "TitleAlignement" : Title Alignment 0,1,2,3
- "GraphFont" : Title font and default font for legend and scale (arial by default)
- "TitleFontSize" : Title font size
- "TitleFontStyle" : Title font style (ex (bold+italic))
- "TitleFontColor" : Title font color
- "TitleVerticalOffSet" : Allows the fine tuning of the vertical position of the title : px
Legende parameters
- "ShowLegend" : Display the legend "oui", "vrai", "true", "yes", "non", "no", "Faux", "false"
- "legendFont" : Legend font, if this value is passed, it replaces the "graphFont"
- "LegendFontSize" : Legend font size
- "LegendFontStyle" : Legend font style
- "LegendFontColor" : Legend font color
- "LegendBGcolor" : Legend background color ("White:0" for transparency)
Main parameters
- "ShowScale" :
- "GraphBGColor" : Background color of the graph
|
Parameter values of the graph
|
Pointeur
|
|
2
|
Pointer to the array of parameter values this array must be the same size as the previous
|
axes
|
Pointeur
|
|
3
|
Pointeur vers un tableau texte des noms des axes (minimum 3)
|
DataSerie
|
Pointeur
|
|
4
|
Pointeur vers un tableau texte à 2 dimensions des paramètres des séries
|
Value
|
Pointeur
|
|
5
|
Pointeur vers un tableau réel des valeurs entre 0 et 100
- Le premier indice correspond à la série et le deuxieme à l'axe
- Ce tableau doit etre dimensionné ainsi : TABLEAU REEL(Value;NbreDeSeries;NbreAxes)
|
Resultat
|
Image
|
|
|
Image incluant le code SVG
|