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
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
Example
// Définit des traits en pointillé pour la série 2
grSeriesLineType(GRF_MonGraphe, 2, LineDotted)
Syntax
grSeriesLineType(<Chart name> , <Series number> , <Type>)
<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 Chart control (found in the window editor or in the report editor).
Android Only Chart controls are available.
PHP Only interactive Chart controls are available.
<Series number>: Integer
Number of the series for which the type of line must be defined.
<Type>: Integer constant
Type of line for the series:
LineDashLine with dashes (---).
LineDotAndDashLine mixing dots and dashes (.-.-.-).
LineDottedDotted line (.......).
New in SaaS
LineNone
No Line is drawn. Only points in the series are drawn (defined with function grSeriesPointType).
Note: This constant is only available from WINDEV Suite SaaS 2025 Update 1. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
LineSolidSolid line.
Component: wd300grf.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help