ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
  • Size of a point
  • Points in the "Scatter" charts
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Defines the size of points in a "Scatter" chart.
Reminder By default, the size of a point in a Scatter chart is 1 pixel.
Linux Caution: In Linux, this function requires a specific configuration. For more details, see The charts.
New in SaaS
Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
Example
// Augmentation de la taille des points dans le graphe "MonGraphe".
// Ce graphe est de type "Nuage de points".
grScatterPointSize(GRF_MonGraphe, 3)
Syntax
grScatterPointSize(<Chart name> , <Size>)
<Chart name>: Control name or character string
Name of the chart to be used. This name corresponds to:
  • the name of the chart defined programmatically with grCreate.
  • the name of the Chart control in the window, page or report editor.
<Size>: Integer
Size of a point (in pixels).
Remarks

Size of a point

The point displayed is a square whose side size is calculated using the following formula: (<Taille>*2)-1 pixels.
Point size

Points in the "Scatter" charts

  • In the "Scatter" charts, a point is defined by its coordinates (X-coordinate and Y-coordinate).
  • The data defined by grScatterPointSize will be taken into account during the next call to grDraw.
  • grScatterPointSize can only be used for the "Scatter" charts. This function has no effect with the other types of charts.
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 (WINDEV): The Chart functions
[ + ] Using the main chart designer features of WINDEV:
- Create a Pie, Column or Line chart
- Define the display area of a chart
- Define the chart options (legend, percentage, ...)
- Draw a line on a chart
Component: wd300grf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help