ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Automatic Application Features (AAF) / AAF on Tables/TreeView Tables
  • Overview
  • Displaying a chart
  • Programming
  • Disabling charts
  • Displaying the chart
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 Manipulating the Chart controls at runtime (AAF).
Note: It is not possible to select the columns to be included in the graph.. 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)
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help