Possible to plot different size data into one chart?

TeeChart for ActiveX, COM and ASP
Post Reply
David
Advanced
Posts: 203
Joined: Tue Nov 08, 2005 5:00 am

Possible to plot different size data into one chart?

Post by David » Fri Dec 09, 2005 3:01 am

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!

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Dec 09, 2005 11:41 am

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"

Post Reply