ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
<Chart>.HMGetData (Function)
In french: <Graphe>.HMRécupèreDonnée
Retrieves a data from a Heatmap chart.
Example
// Récupération d'une donnée
soit MaValeur = GRF_HMap.HMRécupèreDonnée(1, 1)
Syntax
<Result> = <Chart control>.HMGetData(<X> , <Y>)
<Result>: Real
  • Retrieved value.
  • 0 if no value exists at the specified position.
<Chart control>: Control name
Name of the Chart control used (found in the window editor, page editor or report editor).
PHP Only the interactive Chart controls are available.
<X>: Integer
Position of the data to retrieve on the X-axis.
<Y>: Integer
Position of the data to retrieve on the Y-axis.
Component: wd290grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help