ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
  • Creating and drawing a chart through programming
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
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
// Define the "IMG_ChartImage" control as destination of "MyChart"
grDestinationControl("MyChart", IMG_ChartImage)
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 through programming

To draw a chart:
Next time grDraw is called, the chart will be drawn inside <Image control>. Another image can be associated with this control: the drawing of the chart will be stacked 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: wd290grf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help