|
|
|
|
|
<Chart>.SunburstStartAngle (Function) In french: <Graphe>.SMNAngleDépart Specifies the start angle of the first section in a Sunburst chart. New in version 25
// Increase the start angle of "CHART_MyChart" CHART_MyChart.SunburstStartAngle(45)
Syntax
<Chart control>.SunburstStartAngle(<Angle>)
<Chart control>: Control name Name of the Chart control to use (found in the window editor, page editor or report editor). <Angle>: Integer Start angle of the first section (expressed in degrees, clockwise from the top point). By default, the start angle in a Sunburst chart is equal to 0.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|