ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
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
Defines the type of bar used in a column chart.
Example
// Column chart bars have rounded corners
grColumnBarType(CHART_MyChart, grColumnRoundedCorners)
Syntax
grColumnBarType(<Chart name> , <Bar shape>)
<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 the Chart control in the window, page or report editor.
<Bar shape>: Integer constant
Constant used to specify the shape of the bars:
grColumnRoundedCornersColumn chart bars have rounded corners.
grColumnSquareCornersColumn chart bars have square corners.
Business / UI classification: Business Logic
Component: wd290grf.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/12/2024

Send a report | Local help