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
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 starting angle of the first slice in a Sector, Hemicycle or Donut graph.
Example
// Augmentation de l'angle de départ du champ Graphe "GRF_MonGraphe"
grSecteurAngleDépart(GRF_MonGraphe, 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 name of the chart defined programmatically with grCreate.
  • the name of the Chart control in the window, page or report editor.
Android Only Chart controls are available.
<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.
Remarks
  • Only the following charts allow defining the starting angle of the first section:
    • Pie charts (grPie constant).
    • Semi-circular charts (grSemiCircular constant).
      Android This type of chart is not available.
    • Donut charts (grDonut constant).
  • The data defined by grPieStartAngle will be taken into account during the next call to grDraw.
Business / UI classification: Neutral code
Component: wd300grf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help