ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
grAddData (Function)
Adds a data into a chart.
<gglConnection variable>.FillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
<gglConnection variable>.ListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
grScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
grSurfaceGetData (Function)
Retrieves a data from a Surface chart.
grSurfaceAddData (Function)
Adds a data into a Surface chart.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
grParameter (Function)
Retrieves or modifies a chart parameter.
grHMAddData (Function)
Adds a data into a Heatmap chart.
grHMGetData (Function)
Retrieves data from a Heatmap chart.
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
<Chart>.Exist (Function)
Checks the existence of a chart in memory.
<Chart>.HMAddData (Function)
Adds a data into a Heatmap chart.
<Chart>.HMGetData (Function)
Retrieves data from a Heatmap chart.
<Chart>.IncreaseData (Function)
Adds a value to a data in a chart.
<Chart>.ScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
<Chart>.ScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
<Chart>.Orientation (Function)
Modifies the orientation of chart axes.
<Chart>.Parameter (Function)
Retrieves or modifies a chart parameter.
<Chart>.GridLines (Function)
Displays or hides the chart gridlines.
<Chart>.PiePullOut (Function)
Pulls out a section (or all sections) in a chart.