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
Changes or specifies the path of the root in a Sunburst chart.
Remark: This function is used to move in the hierarchy of the chart (drill down or drill up).
Example
CHART_Chart.SunburstRootSection("Europe" + TAB + "France")
CHART_Chart.Draw()
Syntax
<Chart control>.SunburstRootSection(<Section path>)
<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.
<Section path>: Character string
Full path of section that will be used in root. This parameter has the following format:
"<Name of base level>" + TAB + ["<Name of 1st level>" + TAB + ...
["<Name of last level>" + TAB + [...]]]"<Section name>"
This path defines the position of the section by specifying the different hierarchical levels.
If the path does not exist, the global root of the chart is used.
Component: wd290grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help