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
grHMGetData (Function)
In french: grHMRécupèreDonnée
Retrieves a data from a Heatmap chart.
Example
// Retrieve data
let MyValue = grHMGetData(CHART_HMap, 1, 1)
Syntax
<Result> = grHMGetData(<Chart name> , <X> , <Y>)
<Result>: Real
  • Retrieved value.
  • 0 if no value exists at the specified position.
<Chart name>: Control name or character string
Name of the chart to be used. This name corresponds to:
  • the chart name defined through programming with grCreate,
  • the name of the Chart control (in the window, page 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 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help