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
CHART_MyChart.SeriesLineType(2, LineDotted)
Syntax
<Chart name>.SeriesLineType(<Series number> , <Type>)
<Chart name>: Control name
Name of the Chart control to use (found in the window editor or in the 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 (.......).
LineSolidSolid line.
Component: wd290grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help