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 / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Gráfico
  • Overview
  • The different types of charts
  • How to create charts?
  • Creating charts in the editors
  • Creating charts programmatically
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
Overview
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include:
The charts are used to efficiently view numeric data.
WINDEVWEBDEV - Código ServidorLinux Using charts in WEBDEV Linux and in WINDEV Linux
To use the charts in Linux, the QT library (Core and GUI) version 5 (or later) must be installed.
In Ubuntu, this library can be installed with the following commands:
sudo apt-get install libqtcore5
sudo apt-get install libqtgui5
How to create charts?

Creating charts in the editors

The window editor, page editor and report editor include a Chart control. When creating this control, the wizards ask you questions to define the type of chart to create. The description window of the control allows you to modify these options at any time.
The WLanguage functions can also be used to modify the charts displayed in the Chart controls. To do so, specify the name of the Chart control in the different functions.
IOS Widget It is not possible to use a Chart control. Only charts made programmatically and displayed in an Image control are available.
For more details on this control, see The Chart control.

Creating charts programmatically

WINDEV, WEBDEV and WINDEV Mobile include several functions for handling charts. These functions allow you to create the charts, to modify them, to change the display options...
For more details, see:
Android You cannot create charts programmatically. Only Chart controls are available.
PHP You cannot create charts programmatically. Only interactive Chart controls are available.
IOS Widget Only charts made programmatically and displayed in an Image control are available.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/11/2024

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