Hello,
I have an array and I want to graph it. It has 3 columns (x-axis, y-axis and series name) I want to be able to plot multiple series as well (there may be multiple points in the series, so names will be duplicated in the column)
This is my array:
blkhist(service, 1) = DateDiff("d", blkstart, rawdata(currentdate, 1)) 'x axis values
blkhist(service, 2) = rawdata(currentdate, 16) ' y axis values
blkhist(service, 3) = blkcart 'series name
Please help!!! Thanks!!
I have an array and I want to graph it. It has 3 columns (x-axis, y-axis and series name) I want to be able to plot multiple series as well (there may be multiple points in the series, so names will be duplicated in the column)
This is my array:
blkhist(service, 1) = DateDiff("d", blkstart, rawdata(currentdate, 1)) 'x axis values
blkhist(service, 2) = rawdata(currentdate, 16) ' y axis values
blkhist(service, 3) = blkcart 'series name
Please help!!! Thanks!!