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 point for a series found in a Line, Area, Scatter and Radar chart.
Example
// Transforms all the points found in series 1 into circle
grSeriesLineType(CHART_MyChart, 1, grPointCircle)
Syntax
grSeriesPointType(<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 where the type of point will be modified.
<Type>: Integer constant
New type of point for the category:
grNotDrawnThe points are not drawn.
grPointCirclePoint shaped like a circle.
grPointCrossPoint shaped like a cross.
grPointDiamondPoint shaped like a diamond.
grPointSquarePoint shaped like a square.
grPointTrianglePoint shaped like a triangle.
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