4D Chart
4D Chart ist ein fester Bestandteil der 4D Produkte. Mit 4D Chart können grafische Auswertungen auf Basis von Datensätzen oder Arrays gemacht werden.
Tech Notes
- Technical Note 02-22 Printing Graphs from 4D Chart, Part I
- Technical Note 02-25 Printing Graphs from 4D Chart, Part II
- Technical Note 04-26 4D Chart Basics
4D Chart is a 4D plug-in that has been integrated in 4D since version 6.0. This plug-in allows you to graphically represent your data by creating charts. Though many 4D developers might be aware of this plug-in, only a few really know it. This technical note explains how to generate a chart within 4D using the 4D Chart commands. (Quelle: 4D Knowledgebase #33153
Download
How Do I - Beispiel
This database will show how to display array values using 4D Chart. Examine the code and comments in the Project Method "Chart_Load" to see how the 4D Chart area is built when the form is loaded.
Verwendete Befehle:
- Size of array
- Random
- 4D Chart Commands - plugin commands
Download