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
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
GRF_MonGraphe.TypeTraitSérie(2, LineDotted)
Syntax
<Chart name>.SeriesLineType(<Series number> , <Type>)
<Chart name>: Control name
Name of Chart control to be manipulated (present in window or report editor).
<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 <Chart>.SeriesPointType).
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 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/30/2025

Send a report | Local help