AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de gráficos
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Sets the rotation direction in a Radial Bar chart.
Example
grRBRotationDirection(CHART_Chart1, grAnticlockwise)
Syntax
grRBRotationDirection(<Chart name> , <Rotation>)
<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 or report editor.
<Rotation>: Integer constant
Rotation direction in the chart:
grAnticlockwiseThe data in the Radial Bar char will be displayed in an anticlockwise direction.
grClockwiseThe data in the Radial Bar char will be displayed in a clockwise direction.
Business / UI classification: Business Logic
Component: wd290grf.dll
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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