ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Wire control
The Wire control is used to visually link 2 controls......
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......
Composite chart
A composite chart is a chart that displays several types of charts......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
grDeleteAll (Function)
Erases a chart and destroys this chart.
<Chart>.DeleteAll (Function)
Erases a chart and destroys this chart.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
<Chart>.OverlayChart (Function)
Used to display two different types of charts in the same chart.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
<Chart>.Smoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
<Chart>.ColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
Handling Organization Chart controls programmatically
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
1
2
3
4
5
6
94
>