ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
  • Creating and drawing a chart programmatically
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Defines an Image control as destination of a chart.
Remarks:
  • This function cannot be used with the Chart controls.
  • This function cannot be used in the report editor.
Example
// Définition du champ "IMG_ImageGraphe" comme destination du graphe "MonGraphe"
grDestinationControl("MonGraphe", IMG_ImageGraphe)
Syntax
grDestinationControl(<Chart name> , <Image control>)
<Chart name>: Character string
Name of chart to use, defined by grCreate.
<Image control>: Control name
Name of the Image control where the chart will be drawn.
Remarks

Creating and drawing a chart programmatically

To draw a chart:
Next time grDraw is called, the chart will be drawn inside <Image control>. It is possible to associate another image with this field: the graph will then be drawn as an overlay in front of the image.
Related Examples:
The Chart functions Unit examples (WEBDEV): The Chart functions
[ + ] This example presents the main features of the chart designer of WEBDEV and it allows you to:
- Create a chart: Pie, Column or Line
- Define the display area of a chart
- Define the options of the chart (legend, percentage, ...)
The Chart functions Unit examples (WINDEV Mobile): The Chart functions
[ + ] Using the Chart functions:
- create a Pie, Column or Line chart by programming
- define the chart options (legend, percentage, ...)
Component: wd300grf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help