ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
<Chart>.Smoothing (Function)
In french: <Graphe>.Lissage
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
Reminder By default, a graph is unsmoothed.
Example
// Lisse le graphe affiché dans le champ GRF_MonGraphe
GRF_MonGraphe.Lissage(True)
Syntax

Smoothing a chart Hide the details

<Chart control>.Smoothing(<Smoothing>)
<Chart control>: Control name
Name of the Chart control to use (in the window, page or report editor).
<Smoothing>: Boolean
  • True if the smoothing must be enabled,
  • False otherwise.
Remarks
The smoothing is taken into account:
Caution: This function has no effect on a 3D graph.
The parameters defined by <Chart>.Smoothing will be taken into account during the next call to <Chart>.Draw.
Related Examples:
WD Chart Training (WINDEV): WD Chart
[ + ] This example presents the different uses of the Chart control.
Different types of charts are presented:
- Pie
- Sunburst
- Line
- Scatter
- Column
- Area
- etc.

The main features presented here are the possibility to customize of charts from the code, as well as to fill the chart from an HFSQL data file, or in the editor.
The Chart functions Unit examples (WEBDEV): The Chart functions
[ + ] This example presents the main features of the chart designer of WEBDEV and it allows you to:
- Create a chart: Pie, Column or Line
- Define the display area of a chart
- Define the options of the chart (legend, percentage, ...)
Component: wd300grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help