SGR Generate Graph-EN : Différence entre versions
De BlueWiki
(→Paramètres) |
|||
Ligne 20 : | Ligne 20 : | ||
Les valeurs possible de paramètre du graphe sont les suivantes : | Les valeurs possible de paramètre du graphe sont les suivantes : | ||
− | # - "Titre" | + | # - "Titre" or "Title" : graph title |
− | # - "Orientation du graphe" | + | # - "Orientation du graphe" or "GraphOrientation" : Orientation of the x-axis |
− | # - "Titre axe abscisses" | + | # - "Titre axe abscisses" or "abscissaName" : Name of the x-axis |
− | # - "Titre des ordonnés" | + | # - "Titre des ordonnés" or "ordinateName" : Names of the y-axis |
− | # - "Affichage de la légende" | + | # - "Affichage de la légende" or "ShowLegend" : Display the legend "yes" or "no" |
− | # - "Couleur de fond du graphe" | + | # - "Couleur de fond du graphe" or "GraphBGColor" : Background color of the graph |
− | # - "ForcingScalesToZero" : | + | # - "ForcingScalesToZero" : Zero forcing scales "Yes" ou "no" |
− | # - "Police du graphe" | + | # - "Police du graphe" or "GraphFont" : Font legends and scales |
− | # - "alignement du titre" | + | # - "alignement du titre" or "TitleAlignement" : Title Alignment 0,1,2,3 |
|- | |- | ||
Ligne 64 : | Ligne 64 : | ||
|valign="top"|[[File:in.png|caption]] | |valign="top"|[[File:in.png|caption]] | ||
|valign="top" align="center"|6 | |valign="top" align="center"|6 | ||
− | | | + | |Pointer to the array of 2D text tracing parameters |
− | 1.Type | + | 1.Curve Type |
− | ::*"Aire" | + | ::*"Aire" or "Area" |
− | ::*"Aire empilée" | + | ::*"Aire empilée" or "Area stacked" |
− | ::*"Aire proportionelle" | + | ::*"Aire proportionelle" or "Percentage Area" |
− | ::*"Aire enveloppe" | + | ::*"Aire enveloppe" or "Area range" |
− | ::*"Barre" | + | ::*"Barre" or "Bar" |
− | ::*"Barre empilée" | + | ::*"Barre empilée" or "Stacked bar" |
− | ::*"Barre proportionnelle" | + | ::*"Barre proportionnelle" or "Stacked percentage bar" |
− | ::*"Barre enveloppe" | + | ::*"Barre enveloppe" or "Bar range" |
− | ::*"Courbe" | + | ::*"Courbe" or "Line" |
− | ::*"Courbe empilée" | + | ::*"Courbe empilée" or "Stacked Line" |
+ | ::*"Point" | ||
− | 2.[[Couleurs_en_SVG| | + | 2.[[Couleurs_en_SVG-EN|Color]] |
− | 3. | + | 3.Tracing plan (not active yet) |
− | 4. | + | 4.Unit |
− | 5. | + | 5.Number of decimals when displaying values |
− | 6. | + | 6.marks on values (only for areas and curves) |
− | 7. | + | 7.Display values |
− | + | ::*no | |
− | + | ::*V-InsideTop (only for bars) | |
− | ::* | + | ::*V-InsideBottom (only for bars) |
− | ::*V-InsideTop ( | + | |
− | ::*V-InsideBottom ( | + | |
::*V-Outside | ::*V-Outside | ||
− | ::*H-Outside | + | ::*H-Outside or yes(default) |
− | 9. | + | |
+ | 8.Size of the display font values | ||
+ | |||
+ | |||
+ | 9.Opacity | ||
+ | |||
+ | 10.Number of white pixels around the symbols | ||
− | |||
− | ''' | + | '''Specific parameters for curves''' |
− | 11. | + | 11.Start color for the gradient for curves, if you specify a start value gradient for a curve, you must specify a color gradient to end, if you do not do it, the gradient will not be displayed |
− | 12. | + | 12.End color for the gradient for curves |
|- | |- | ||
− | |valign="top"| | + | |valign="top"|Values 2 |
|valign="top"|pointer | |valign="top"|pointer | ||
|valign="top"|[[File:in.png|caption]] | |valign="top"|[[File:in.png|caption]] |
Version du 2 décembre 2013 à 00:39
Paramètres
Parameters | Type | Parameter # | Description
| |
---|---|---|---|---|
Name of Graph's parameters | Pointer | 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
Les valeurs possible de paramètre du graphe sont les suivantes :
| |
Parameter values of the graph | pointer | 2 | Pointer to the array of parameter values this array must be the same size as the previous
| |
Series names | pointer | 3 | Pointer to the array of the labels series | |
ordinate | pointer | 4 | Pointer to the array of values of the ordinates | |
Values | pointer | 5 | Pointer to 2D array of values for series (numérique array) | |
Drawing curves parameters | pointer | 6 | Pointer to the array of 2D text tracing parameters
1.Curve Type
2.Color 3.Tracing plan (not active yet) 4.Unit 5.Number of decimals when displaying values 6.marks on values (only for areas and curves) 7.Display values
8.Size of the display font values
10.Number of white pixels around the symbols
| |
Values 2 | pointer | 5 | Pointer to the actual 2D array of values for the second sets of curves "envelope" type | |
Graph | Picture | Retour | Image including the SVG code |