ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
<Chart>.SunburstStartAngle (Function)
In french: <Graphe>.SMNAngleDé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 <Chart>.StartAngle.
Specifies the starting angle of the first section in a Sunburst chart.
Example
// Increase the starting angle of "CHART_MyChart"
CHART_MyChart.SunburstStartAngle(45)
Syntax
<Chart control>.SunburstStartAngle(<Angle>)
<Chart control>: Control name
Name of the Chart control to use (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 starting angle in a Sunburst chart is equal to 0.
Component: wd300grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help