|
|
|
|
grPieStartAngle (Function) In french: grSecteurAngleDépart
Warning
From version 27, this function is kept for compatibility (it will still be supported in the next version). It is recommended to use grStartAngle.
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart. Example of starting angle in a chart:
// Increase the starting angle of "CHART_MyChart" grStartAngle(CHART_MyChart, 45)
Syntax
grPieStartAngle(<Chart name> , <Angle>)
<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.
<Angle>: Integer Starting angle of the first section (expressed in degrees, clockwise from the top point). By default, the starting angle in a Pie chart, Semi-circular chart or Donut chart is 0. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|