ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chart>.SunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
<fbSession variable>.Stop (Function)
Stops the Facebook session that was started by FBStartSession.
<Chart>.SeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
<Chart>.LegendFont (Function)
Modifies the font used for the chart legend.
<Chart>.Raised (Function)
Used to display a chart with raised effect.
<Chart>.SunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
<Chart>.Legend (Function)
Indicates the presence and position of legend in a chart.
<Chart>.SunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
<Chart>.SurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
<Chart>.WaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
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'
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.