|
|
|
|
|
grRBAddData (Function) In french: grCPAjouteDonnée Adds data to a Radial Bar chart. grRBAddData(GRF_Graphe1, "Montpellier", 10)
grRBAddData(GRF_Graphe1, "France", 50)
grRBAddData(GRF_Graphe1, "Europe", 80)
Syntax
grRBAddData(<Chart name> , <Category> , <Value>)
<Chart name>: Control name or character string Name of the chart to be used. This name corresponds to:- the name of the chart defined programmatically with grCreate.
- the name of the Chart control in the window or report editor.
<Category>: Character string Name of the category associated with the data. <Value>: Integer or real Value to add. By default, the value is considered as a percentage. Otherwise, you can specify the "maximum" value with grRBMaximumValue (the percentage will be automatically calculated from this value). Remarks Adding data into a chart grAddData is used to add data into a chart (pie, column, ...). Depending on the type of chart, specific functions can also be used to add data: Reminder: To add a value to a data item on a graph, use the grIncreaseData function. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|