Search found 3 matches

by Reza
Mon Aug 16, 2004 10:05 am
Forum: ActiveX
Topic: Saving and restoring Color Lines
Replies: 1
Views: 3852

Saving and restoring Color Lines

Hello, I have created an application where by whenever it loads up, it recreates my chart and provides functionality to add or delete Color Lines. I would like to know how I can save the position of the lines that I have drawn such that when my application loads up the next time round, I can re-add ...
by Reza
Tue Jun 08, 2004 5:59 pm
Forum: ActiveX
Topic: Problem with adding more than one series to the Datasource
Replies: 3
Views: 6277

Hi Pep, Thank you for the reply. Having looked at your example I now can see where the problem lied with my code. In my code I had a space between the two series as shown below. .Series(2).DataSource = "Series0, Series1" Without the space it works fine. Writing the code this way will only pick up th...
by Reza
Sun Jun 06, 2004 6:47 pm
Forum: ActiveX
Topic: Problem with adding more than one series to the Datasource
Replies: 3
Views: 6277

Problem with adding more than one series to the Datasource

Hello I have problem with adding more than one series to the Datasource property. I am using the command TChart1.Series(2).DataSource = "Series0, Series1" as suggested by the TeechartAX help file. The problem that I encounter is that only the first series (Series0 in this example) gets added. Can so...