ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
  • Creating and drawing a chart through programming
  • Changing destination
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.
Linux Caution: A specific configuration is required to use this function in Linux. For more details, see The charts.
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.
WINDEVUser code (UMC)

Changing destination

If the chart was previously displayed in an independent window, this independent window will be closed during the next call to grDraw.
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