SGR Generate Gauge-EN : Différence entre versions
De BlueWiki
(→Paramètres) |
|||
(5 révisions intermédiaires par un utilisateur sont masquées) | |||
Ligne 1 : | Ligne 1 : | ||
− | [[Composant_Graphe_SVG# | + | [[Composant_Graphe_SVG-EN#Commands|Component Command List ]] |
[[SGR_Generate_Gauge|Version française]] [[File:icon_drapeau_francais.gif]] | [[SGR_Generate_Gauge|Version française]] [[File:icon_drapeau_francais.gif]] | ||
Ligne 7 : | Ligne 7 : | ||
{| class="wikitable" | {| class="wikitable" | ||
− | ! | + | !Parameters |
!Type | !Type | ||
! | ! | ||
− | ! | + | !Parameter # |
!Description | !Description | ||
|- | |- | ||
− | |valign="top"| | + | |valign="top"|Name of Graph's parameters |
|valign="top"|Pointeur | |valign="top"|Pointeur | ||
|valign="top"|[[File:in.png|caption]] | |valign="top"|[[File:in.png|caption]] | ||
|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 |
+ | Possible values of the parameter of the graph are the following: | ||
− | + | '''Main parameters''' | |
− | + | ||
− | ''' | + | |
* "Police du graphe" ou "GraphFont" : Police du titre et polices par défaut des légendes et des échelles (arial par defaut) | * "Police du graphe" ou "GraphFont" : Police du titre et polices par défaut des légendes et des échelles (arial par defaut) | ||
− | ''' | + | '''Title parameters''' |
− | ''' | + | '''Gauge parameters''' |
* "Type de jauge" ou "Gauge type" : vous permet de fixer le type de jauge que vous voulez obtenir (Défaut basic) | * "Type de jauge" ou "Gauge type" : vous permet de fixer le type de jauge que vous voulez obtenir (Défaut basic) | ||
− | ** Basic | + | ** Basic |
− | ** Thermo ( | + | ** Basic2 |
+ | ** Thermo (in progress) | ||
** d'autres à venir ... | ** d'autres à venir ... | ||
− | * | + | * "Gauge BG Color" or "Couleur de fond de la jauge" : Background color of the gauge (Default "white") |
+ | |||
+ | |||
+ | '''Scale parameters''' | ||
+ | * "Affichage des échelles" ou "ShowScale" : display values on the gauge (Default yes) | ||
+ | |||
+ | '''value parameters''' | ||
+ | * "ValueName" : Text that is displayed before the value (Default "") | ||
+ | * "ShowValue" : show value on gauge, yes or no (default yes) | ||
+ | * "ValueFormat" : String format of the value | ||
− | |||
− | |||
|- | |- | ||
− | |valign="top"| | + | |valign="top"|Parameter values of the graph |
|valign="top"|pointeur | |valign="top"|pointeur | ||
|valign="top"|[[File:in.png|caption]] | |valign="top"|[[File:in.png|caption]] | ||
|valign="top" align="center"|2 | |valign="top" align="center"|2 | ||
− | | | + | |Pointer to the array of parameter values this array must be the same size as the previous |
|- | |- | ||
− | |valign="top"| | + | |valign="top"|Limits |
|valign="top"|pointeur | |valign="top"|pointeur | ||
|valign="top"|[[File:in.png|caption]] | |valign="top"|[[File:in.png|caption]] | ||
Ligne 56 : | Ligne 63 : | ||
|- | |- | ||
− | |valign="top"| | + | |valign="top"|Colors |
|valign="top"|pointeur | |valign="top"|pointeur | ||
|valign="top"|[[File:in.png|caption]] | |valign="top"|[[File:in.png|caption]] | ||
Ligne 63 : | Ligne 70 : | ||
|- | |- | ||
− | |valign="top"| | + | |valign="top"|Scale text |
|valign="top"|pointeur | |valign="top"|pointeur | ||
|valign="top"|[[File:in.png|caption]] | |valign="top"|[[File:in.png|caption]] | ||
Ligne 70 : | Ligne 77 : | ||
|- | |- | ||
− | |valign="top"| | + | |valign="top"|Value |
− | |valign="top"| | + | |valign="top"|Real |
|valign="top"|[[File:in.png|caption]] | |valign="top"|[[File:in.png|caption]] | ||
|valign="top" align="center"|6 | |valign="top" align="center"|6 | ||
− | | | + | |Value to draw |
|- | |- | ||
− | |valign="top"| | + | |valign="top"|Graph |
− | |valign="top"| | + | |valign="top"|Picture |
|valign="top"|[[File:out.png|caption]] | |valign="top"|[[File:out.png|caption]] | ||
|valign="top" align="center"|Retour | |valign="top" align="center"|Retour | ||
− | |Image | + | |Image including the SVG code |
|} | |} |