AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Funcionalidades Automáticas de la Aplicación (FAA) / FAA en Tablas/Tablas TreeView
  • Overview
  • Displaying a chart
  • Programming
  • Disabling charts
  • Displaying the chart
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
Overview
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV.
Displaying a chart
To create a chart from the data found in a column (table or TreeView Table):
  1. Open the context menu of the requested column.
  2. Select "Chart".
  3. The chart created from the data found in the column is automatically displayed in a new window. The features in the context menu of the chart allow you to display the data according to your own requirements. For more details, see Handling the Chart controls at runtime (AAF).
Remark: You cannot select the columns that will be included in the chart. To choose some specific columns of the Table control, we advise you to create a new chart from the Table control. This chart will be displayed in a window for example.
Programming

Disabling charts

To disable the option to create charts, simply use AAFDisable with the aafChart constant.

Displaying the chart

To display the chart of a table column through programming, simply use AAFExecute with the aafChart constant.
Example:
AAFExecute(TABLE_Stat.COL_Result2016, aafChart)
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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