|
|
|
|
|
grSunburstRootSection (Function) In french: grSMNPortionRacine 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). grSunburstRootSection(CHART_Chart, "Europe" + TAB + "France") grDraw(CHART_Chart)
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 chart name defined through programming 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|