ChartDirector Ver 3.0 (Python Edition)

Database Sample Code Overview


The database that contains only one table called "Revenue". The table stores the monthly revenue data for three business units - Hardware, Software and Services. It contains four columns as follows:

Column NameType
TimeStampDate/Time
HardwareNumber
SoftwareNumber
ServicesNumber

Each row in the database table contains monthly revenues for the business units, where the date is stored in the "TimeStamp" column. The sample database contains rows from Jan 1990 to Dec 2001.