Generic_mcGraph.swf example - Data vs Time

This graph plots 5 sets of data verses time - the Time axis autoscales.

Sample data
12/13/2006 9:25:08 PM	25.0	25.0	23.7	3.0	55.0	55.1	55.0
12/13/2006 9:31:18 PM	25.0	25.1	23.8	3.0	55.0	55.1	55.0
12/13/2006 9:37:28 PM	25.0	25.0	23.8	3.0	55.0	55.0	54.8
12/13/2006 9:43:38 PM	25.0	25.4	24.0	3.0	55.0	55.0	54.8
ini file
; This file is for ploting Temp and RH data from a text file

[graph]
Title = Temp and RH vs Time - Autoscale x-axis

[y-axis]
Label = Temp / RH
Min   =   0
Max   = 100
Steps =   5
LabelScale = 1

[x-axis time]
Label = Time
midnight = date
autoscale= 1

[DataFile]
NumberOfSeries = 6

[X Series]
Column = 0
Type   = datetime_am

[Series 1]
Label  = RH 1
Column = 2

[Series 2]
Label  = RH 2
Column = 3

[Series 3]
Label  = Cell Temp 1
Column = 6

[Series 4]
Label  = Cell Temp 2
Column = 7

[Series 5]
Label  = Tank Temp
Column = 9

[Series 6]
Label  = Air Temp
Column = 10

[Legend]
x      = 420
y      =  50