|
|
|
|
|
<Chart>.GetData (Function) In french: <Graphe>.RécupèreDonnée Retrieves a data from a chart. // Display a data in the "CHART_MyChart" control. // This data is the first one of the first series. Info(CHART_MyChart.GetData(1, 1))
Syntax
<Result> = <Chart control>.GetData(<Series number> , <Index>)
<Result>: Real Retrieved value. <Chart control>: Control name Name of the Chart control to use (in the window, page or report editor).
<Series number>: Integer Number of the series for which a value will be retrieved. If the specified series does not exist, the retrieved value is 0. <Index>: Integer Index of data in the series for which the value will be retrieved. If the data corresponding to the specified index does not exist in the series, the retrieved value is 0.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|