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:
- "Titre" or "Title" : graph title
- "alignement du titre" : Title Alignment 0,1,2,3
- "Police du graphe" : 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" :
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)
|