ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Retrieves a data from a chart.
New in version 2025
Android This feature is now available for Android applications from version 2025 Update 1.
Example
// Affichage d'une donnée dans le champ "GRF_MonGraphe". 
// Cette donnée est la première de la première série.
Info(GRF_MonGraphe.RécupèreDonnée(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.
Remarks
Component: wd300grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/10/2025

Send a report | Local help