ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
grWndSize (Function)
Defines the size of the window containing the chart.
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
grSourceCategoryLabel (Function)
Defines the source of the category labels.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
grGridlines (Function)
Displays or hides the chart gridlines.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
<Chart>.Smoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
<Chart>.LoadParameter (Function)
Restores the parameters used to draw a chart.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<Chart>.ColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
<Chart>.PointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
<Chart>.SaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
IntegerPart (Function)
Returns the integer part of a number.
grParameter (Function)
Retrieves or modifies a chart parameter.
grMenu (Function)
Defines the type of context menu displayed by a chart.