|
|
|
|
|
<Chart>.SunburstRootSection (Function) In french: <Graphe>.SMNPortionRacine 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. GRF_Graphe.SMNPortionRacine("Europe" + TAB + "France")
GRF_Graphe.Dessine()
Syntax
<Chart control>.SunburstRootSection(<Section path>)
<Chart control>: Control name Name of the Chart control to use 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:"<Nom du niveau de base>" + TAB + ["<Nom du 1er niveau>" + TAB + ... ["<Nom du dernier niveau>" + TAB + [...]]]"<Nom de la portion>" 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|