ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
Example
// Defines dotted lines for series 2
grSeriesLineType(CHART_MyChart, 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 chart name defined through programming 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 the 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 (.......).
LineSolidSolid line.
Component: wd290grf.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help