AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de gráficos
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
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local