Search found 18 matches

by Anil Kumar
Mon Feb 23, 2009 8:50 am
Forum: Beta versions
Topic: Datasource of Silverlight Teechart
Replies: 9
Views: 47057

Thanks alot, Narcis. The SilverLight Teechart binding with ObservableCollection is working fine now :D Can I get beta download for Teechart .NET 4 for WPF as well? I have WPF Teechart .NET version 3 which does not support ObservableCollection. We are creating controls for Silverlight and WPF whose A...
by Anil Kumar
Mon Feb 23, 2009 4:23 am
Forum: Beta versions
Topic: Datasource of Silverlight Teechart
Replies: 9
Views: 47057

Hi Narcis,

Can you please resend the Download URL at new email-id?
I have updated the email address. Earlier it was resalers's email address.

Thanks,
Priya
by Anil Kumar
Mon Feb 16, 2009 12:07 pm
Forum: Beta versions
Topic: Datasource of Silverlight Teechart
Replies: 9
Views: 47057

Sorry, Narcis. I guess there is some confusion.
I already have TeeChart v4 Silverlight beta provided by Steema Sales team. API documentation is not provided with it.
Isn't there way to bind Silverlight Teechart with some datasource? If yes, What are the datasources which can be bound?

Regards,
Priya
by Anil Kumar
Wed Feb 11, 2009 4:50 am
Forum: Beta versions
Topic: Datasource of Silverlight Teechart
Replies: 9
Views: 47057

Hi Narcis, No, I am not trying as Christopher Ireland's example. I simply want to bind the datasource to Silverlight Teechart. Since Silverlight does not have ADO.Net, Silverlight Teechart can not be binded to Dataset. That's why I am trying to bind it to ObservableCollection. But the chart doesn't ...
by Anil Kumar
Tue Feb 10, 2009 9:35 am
Forum: Beta versions
Topic: Datasource of Silverlight Teechart
Replies: 9
Views: 47057

Datasource of Silverlight Teechart

Hi, I am evaluating TeeChart v4 Silverlight. What can be the Chartseries Datasource? I tried to bind Chart Series to ObservableCollection<>, but it doesn't work. ObservableCollection<Customer> coll = new ObservableCollection<Customer>(); //code to fill the collection..... Line lineSeries1 = new Line...
by Anil Kumar
Tue Feb 10, 2009 7:02 am
Forum: .NET
Topic: Datasource of Silverlight Teechart
Replies: 1
Views: 4367

Datasource of Silverlight Teechart

Hi, I am evaluating TeeChart v4 Silverlight. I am using Beta version of it. The API documentation is not available. What can be the Chartseries Datasource? I tried to bind Chart Series to ObservableCollection<>, but it doesn't work. ObservableCollection<Customer> coll = new ObservableCollection<Cust...
by Anil Kumar
Tue Feb 10, 2009 6:32 am
Forum: .NET
Topic: How to imitate MouseHover event in WPF Teechart
Replies: 1
Views: 4559

How to imitate MouseHover event in WPF Teechart

Hi,
MouseHover event is not available for Teechart. 'MouseMove' event can't be used, since it gets fired as your mouse moves.
MouseHover should get fired as you hover the mouse over the point for some time e.g. like tooltip
Do you have any solution for it?

Regards,
Priya
by Anil Kumar
Wed Feb 04, 2009 8:19 am
Forum: .NET
Topic: Find Nearest Series in case of chart with Multiple series
Replies: 2
Views: 7672

Find Nearest Series in case of chart with Multiple series

I have chart with Multiple series. How to find the nearest series for the given mouse pointer position?
I checked the 'NearestPoint' tool which returns the nearest point for given series.
Is there any way to find the nearest series from the given position?
by Anil Kumar
Wed Feb 04, 2009 8:12 am
Forum: .NET
Topic: WPF TeeChart - Header Color and TextAlignment properties
Replies: 2
Views: 5833

Thanks, Narcís
by Anil Kumar
Wed Feb 04, 2009 8:12 am
Forum: .NET
Topic: Find out Series index on Teechart MouseMove event
Replies: 2
Views: 7104

Thanks, Sandra.
by Anil Kumar
Mon Feb 02, 2009 10:09 am
Forum: .NET
Topic: WPF TeeChart - Header Color and TextAlignment properties
Replies: 2
Views: 5833

WPF TeeChart - Header Color and TextAlignment properties

Hi, I am using WPF Teechart. Chart Header Color and TextAlignment properties are not working. Below is the code snippet, i am using to set Header properties tChart1.Header.Text = "Cougar Chart"; tChart1.Header.Brush.Color = Color.FromArgb(255, 255, 0, 0); tChart1.Header.TextAlign = TextAlignment.Lef...
by Anil Kumar
Mon Feb 02, 2009 8:13 am
Forum: .NET
Topic: Find out Series index on Teechart MouseMove event
Replies: 2
Views: 7104

Find out Series index on Teechart MouseMove event

I have chart with Multiple series. Inside MouseMove eventHandler of TeeChart, How to find the series index on which mouse pointer is placed?

Regards,
Priya
by Anil Kumar
Thu Jan 15, 2009 3:35 am
Forum: .NET
Topic: Documentation for WPF Teechart
Replies: 12
Views: 23771

Thanks, Narcís.
What will be the Silverlight Chart Datasource ?


Regards,
Priya
by Anil Kumar
Tue Jan 13, 2009 12:40 pm
Forum: .NET
Topic: Documentation for WPF Teechart
Replies: 12
Views: 23771

Thanks Again, Narcís :D I have one more question. 1) Can we bind WPF Chart to List or Collection ? I tried to do same, but it doesn't work. Since Silverlight does not have ADO.net, We have planned to use ObservableCollection<T> class, which will be binded to both Silverlight and WPF controls like Gr...
by Anil Kumar
Tue Jan 13, 2009 4:40 am
Forum: .NET
Topic: Documentation for WPF Teechart
Replies: 12
Views: 23771

Thanks, Narcís.
1) Does Teechart Silverlight Chart control has same features as Teeechart WPF ?
2) Are the APIs for Silverlight and WPF Teechart same? I meant, do they have common codebase?

Regards,
Priya