SGR Generate Kiviat-EN : Différence entre versions

De BlueWiki
(Parameters)
Ligne 5 : Ligne 5 :
 
----
 
----
 
{| class="wikitable"  
 
{| class="wikitable"  
!Paramètres
+
!Parameters
 
!Type
 
!Type
 
!
 
!
!N° du paramètre
+
!Parameter #
 
!Description
 
!Description
  
 
|-
 
|-
|valign="top"|DataGrapheName
+
|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
|Pointeur vers un tableau texte des noms de paramètre du graphe
+
|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
#"Titre" ou "Title" : titre du graphe
+
 
#"alignement du titre" ou "TitleAlignement" : Alignement du titre 0,1,2,3
+
Possible values ​​of the parameter of the graph are the following:
#"Couleur de fond du graphe" ou "GraphBGColor" : Couleur du fond du graphe
+
 
#"ShowScale" ou "Affichage des échelles" (oui/non) ou (yes/no)
+
* "Titre" or "Title" : graph title
#"Police du graphe" ou "GraphFont" : Police des légendes et des échelles
+
* "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)
 +
 
 +
* "ShowScale" :  
  
 
|-
 
|-
|valign="top"|DataGrapheValue
+
|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
|Pointeur vers un tableau texte des valeurs de paramètre du graphe
+
|Pointer to the array of parameter values this array must be the same size as the previous
  
 
|-
 
|-

Version du 26 juin 2014 à 18:33

Component Command List

Version française

Parameters


Parameters Type Parameter # Description
Name of Graph's parameters Pointeur caption 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)
  • "ShowScale" :
Parameter values ​​of the graph Pointeur caption 2 Pointer to the array of parameter values this array must be the same size as the previous
axes Pointeur caption 3 Pointeur vers un tableau texte des noms des axes (minimum 3)
DataSerie Pointeur caption 4 Pointeur vers un tableau texte à 2 dimensions des paramètres des séries
Value Pointeur caption 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 caption Image incluant le code SVG

Description



Exemple de code