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
Sets the maximum value in a Radial Bar chart. This value is set to 100 by default, so the data is expressed as a percentage. This value can be changed and the percentages are automatically recalculated.
Example
grRBMaximumValue(CHART_Chart1, 1212)
Syntax
grRBMaximumValue(<Chart name> , <Maximum value>)
<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 or report editor.
<Maximum value>: Integer
New maximum value to be applied. This value must be positive.
This value is set to 100 by default, so the data is expressed as a percentage. When this value is changed, the chart data is automatically recalculated.
Business / UI classification: Business Logic
Component: wd290grf.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help