ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite chart
A composite chart is a chart that displays several types of charts......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Programming charts (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Handling Gantt Chart controls programmatically
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Handling an Organization Chart control through programming (prefix syntax)
Handling Organization Chart controls programmatically
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
grDestinationWnd (Function)
Defines a window as chart destination.
grCreate (Function)
Creates a specific type of chart.
grDestinationWMF (Function)
Defines a meta file as chart destination.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
grExist (Function)
Checks the existence of a chart in memory.
grDraw (Function)
Draws a chart according to the specified parameters.
Filling a Chart control
The data that will be displayed in the Chart control can come from......
grTitle (Function)
Modifies the caption and/or position of the chart title....
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.