ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart management functions (prefix syntax)
List of functions for managing Chart controls (prefix syntax)...
<Chart>.SaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
<Chart>.SaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
<Chart>.SunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
<Chart>.StockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
<Chart>.InfoXY (Function)
Returns information about the series found at a specific chart point.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
1. Project and analysis
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Managing the executables (WLanguage functions)
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site......
12. Retrieving data from a site
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
GanttOrganizeTask (Function)
Reorganizes the tasks of a Gantt chart according to the constraints (dependencies and resources).
grSurfaceAltitudeColor (Function)
Defines the color used for the altitude (Z axis) of a surface chart.
BeaconListBackgroundDetection (Function)
Returns the list of active Beacon detections started in the background with BeaconDetectBackground.
Queue, stack and list management functions
List of functions for managing the queues, the stacks and the lists...