
Index
From: Narcís Calvet Steema Software
Subject: Re: Function Advice
Date: Tue, 22 Dec 2009 16:16:02 +0100
Newsgroup: steema.public.teechart8.dotnet
Hello MB,
"MB" wrote in message
news:Xns9CE5D58FE73D4mauricebonalhotmailc@217.126.48.36...
> Question in regards to using the functions. I know how to statically add
> the functions to the charts at runtime and even in runtime. My unknown
> problem lies with using the chartListBox1.SelectedItem.ToString(); and
> then refernecing that back to any function I want to add. I know that
> this is a string, but anyone have an idea as to how I can us this as the
> supposed easiest way to call any function back to a series?
In that case I think the easiest option would be using series' index as I
told you in my previous reply, for example:
int tester = chartListBox1.SelectedItem;
Expaverage1.Series.DataSource = tChart1[tester];
Hope this helps!
--
Best Regards,
Narcís Calvet
Steema Support Central
http://support.steema.com
"Important note: If you are a TeeChart registered customer, please post your
support questions at Steema's Support monitored Forums for customers:
http://support.steema.com for a prompter reply."