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
grSunburstStartAngle (Function)
In french: grSMNAngleDépart
Warning
From version 27, this function is kept for compatibility (it will still be supported in the next version). It is recommended to use grStartAngle.
Specifies the starting angle of the first section in a Sunburst chart.
Example
// Increase the starting angle of "CHART_MyChart"
___grSunburstStartAngle(CHART_MyChart, 45)
Syntax
grSunburstStartAngle(<Chart name> , <Angle>)
<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.
WEBDEV - Server codePHP In pages, only "Interactive chart" controls are available for Sunburst charts.
<Angle>: Integer
Starting angle of the first section (expressed in degrees, clockwise from the top point).
By default, the start angle in a Sunburst chart is equal to 0.
Component: wd290grf.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help