SGR Generate Kiviat-EN : Différence entre versions

De BlueWiki
(Page créée avec « Component Command List Version française === Parameters === ---- »)
 
(Parameters)
 
(5 révisions intermédiaires par un utilisateur sont masquées)
Ligne 4 : Ligne 4 :
 
=== Parameters ===
 
=== Parameters ===
 
----
 
----
 +
{| class="wikitable"
 +
!Parameters
 +
!Type
 +
!
 +
!Parameter #
 +
!Description
 +
 +
|-
 +
|valign="top"|Name of Graph's parameters
 +
|valign="top"|Pointeur
 +
|valign="top"|[[File:in.png|caption]]
 +
|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:
 +
 +
* "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
 +
|-
 +
|valign="top"|Parameter values ​​of the graph
 +
|valign="top"|Pointeur
 +
|valign="top"|[[File:in.png|caption]]
 +
|valign="top" align="center"|2
 +
|Pointer to the array of parameter values this array must be the same size as the previous
 +
 +
|-
 +
|valign="top"|axes
 +
|valign="top"|Pointeur
 +
|valign="top"|[[File:in.png|caption]]
 +
|valign="top" align="center"|3
 +
|Pointer to the array of axes labels (more than 2)
 +
 +
|-
 +
|valign="top"|DataSerie
 +
|valign="top"|Pointeur
 +
|valign="top"|[[File:in.png|caption]]
 +
|valign="top" align="center"|4
 +
|Pointeur vers un tableau texte à 2 dimensions des paramètres des séries
 +
 +
|-
 +
|valign="top"|Value
 +
|valign="top"|Pointeur
 +
|valign="top"|[[File:in.png|caption]]
 +
|valign="top" align="center"|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)
 +
 +
|-
 +
|valign="top"|Graph
 +
|valign="top"|Picture
 +
|valign="top"|[[File:out.png|caption]]
 +
|
 +
|Image including the SVG code
 +
 +
|}
 +
 +
=== Description ===
 +
----
 +
 +
 +
 +
=== Exemple de code===

Version actuelle en date du 26 juin 2014 à 18:48

Component Command List

Version française

[modifier] 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:

  • "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 caption 2 Pointer to the array of parameter values this array must be the same size as the previous
axes Pointeur caption 3 Pointer to the array of axes labels (more than 2)
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)
Graph Picture caption Image including the SVG code

[modifier] Description



[modifier] Exemple de code