ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grScatterAddDataXY (Function)
Adds a data into a "Scatter" 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>.SunburstAddData (Function)
Adds a data to a Sunburst chart.
<Chart>.DeleteSeries (Function)
Deletes a data series from a chart.
<Chart>.SurfaceAddData (Function)
Adds a data into a Surface chart.
<Chart>.SurfaceGetData (Function)
Retrieves a data from a Surface chart.
grGridlines (Function)
Displays or hides the chart gridlines.
grOrientation (Function)
Modifies the orientation of chart axes.
<Chart>.IncreaseData (Function)
Adds a value to a data in a chart.
grIncreaseData (Function)
Adds a value to a data in a chart.
grExist (Function)
Checks the existence of a chart in memory.
grDeleteSeries (Function)
Deletes a data series from a chart.
grType (Function)
Identifies or modifies the type of chart.
<Chart>.Type (Function)
Identifies or modifies the type of chart.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
The Check Box control
A Check Box can correspond to......
grColor (Function)
Returns and initializes the color of different chart elements.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
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.