AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de gráficos
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Sets the starting angle of the first section in the following types of chart:
  • Pie, Semi-circular and Donut.
  • Sunburst.
  • WINDEV Radial Bar chart.
Example of the starting angle in a Semi-circular chart:
Starting angle for a Semi-circular chart
Linux Caution: Using this function under Linux requires a specific configuration.. For more details, see The charts.
Ejemplo
// Augmentation de l'angle de départ du champ Graphe "GRF_MonGraphe"
grStartAngle(GRF_MonGraphe, 45)
Sintaxis
grStartAngle(<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.
WEBDEV - Código NavegadorPHP Only interactive 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.
Observaciones
  • 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).
    • Radial Bar charts (grRadialBarconstant).
      WEBDEV - Código ServidorWEBDEV - Código NavegadorAndroidiPhone/iPadPHP This type of chart is not available.
  • The data defined by grStartAngle will be taken into account during the next call to grDraw.
    WEBDEV - Código Navegador The data defined by grStartAngle is taken into account immediately.
Clasificación Lógica de negocio / UI: Código neutro
Componente: wd300grf.dll
Versión mínima requerida
  • Versión 27
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 14/09/2024

Señalar un error o enviar una sugerencia | Ayuda local