Page 1 of 1

Possible to plot different size data into one chart?

Posted: Fri Dec 09, 2005 3:01 am
by 9529132
Hi, there,

If I have two sets of data arrays (X1 Y1) and (X2 Y2), X1 and Y1 have 100 data and X2 and Y2 have 150 data, is it possible to plot X1-Y1 and X2-Y2 into one chart? And how to realize it? Thank you very much!

Posted: Fri Dec 09, 2005 11:41 am
by Pep
Hi David,

yes, of course, you could use more than one Series, and add the data using your Arrays, you can see some examples which use Arrays to add data to the Series in the Demo Features project examples. Just do a search for "Array"