ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
Changes or specifies the path of the root in a Sunburst chart.
Remark: This function allows you to drill down or up in the graph hierarchy.
Example
grSunburstRootSection(GRF_Graphe, "Europe" + TAB + "France")
grDraw(GRF_Graphe)
Syntax
grSunburstRootSection(<Chart name> , <Section path>)
<Chart name>: Control name or character string
Name of the chart to be used. This name corresponds to:
  • the name of the chart defined programmatically with grCreate.
  • the name of the Chart control in the window, page or report editor.
<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.
Business / UI classification: Neutral code
Component: wd300grf.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help