Jump to content
Software FX Community

fail to understand the syntax


User (Legacy)

Recommended Posts

Data generated

---------------

Date : 10-23-2000

Average : 15

Maximum : 15

Minimum : 15

Date : 10-24-2000

Average : 15.1276595744681

Maximum : 26

Minimum : 10

Coding problems

------------------

set CfxArray = server.CreateObject("CfxData.Array")

CfxArray.AddArray objDate

CfxArray.AddArray objAvg

CfxArray.AddArray objMax

CfxArray.AddArray objMin

chart.DataType(0) = CDT_XVALUE

chart.DataType(1) = CDT_VALUE

'chart.DataType(2) = CDT_VALUE

'chart.DataType(3) = CDT_VALUE

chart.GetExternalData CfxArray

currently what i am try to do is to generate a lines chart with 3 lines plot

on the chart. Max, Min, Avg was the line that i wanted with display date on

y-axis

--

--------------------------------------------------------------

Any suggestions would be appreciated.

Thank You

Khai Mun, Ng

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...