Search found 5 matches

by hchiker
Wed Dec 15, 2010 1:45 pm
Forum: .NET
Topic: IndexOutOfRange Error when moving a chart to the left side.
Replies: 11
Views: 9143

Re: IndexOutOfRange Error when moving a chart to the left side.

Hi,
it seems that the version 3.5.3700.30575 correct this issue. I'll continue my tests and keeps you informed.

Thanks
by hchiker
Wed Dec 08, 2010 3:02 pm
Forum: .NET
Topic: IndexOutOfRange Error when moving a chart to the left side.
Replies: 11
Views: 9143

Re: IndexOutOfRange Error when moving a chart to the left side.

Hi, I found this post that discrib exctly the issue that I have encontred with the version 3.5.3330.21114 using VS 2010 Source=TeeChart StackTrace: à Steema.TeeChart.Styles.ValueList.get_Item(Int32 index) à Steema.TeeChart.Styles.CustomPoint.CalcFirstLastVisibleIndex() à Steema.TeeChart.Styles.Serie...
by hchiker
Tue Aug 25, 2009 2:32 pm
Forum: .NET
Topic: Realtime curve with windows mobile 5
Replies: 3
Views: 3071

Re: Realtime curve with windows mobile 5

Hi,
thanks for your answer.
I have a similar code for update the chart and it works fine on PC but the pocket version is too slow. Can I add some improvment for the TeeChart.Pocket version ?
Thanks
by hchiker
Tue Aug 25, 2009 1:01 pm
Forum: .NET
Topic: Realtime curve with windows mobile 5
Replies: 3
Views: 3071

Realtime curve with windows mobile 5

Hi,
I use TeeChart .net 3 with VS2005 on a Pocket PC with windows mobile 5. I try to display a curve every 500 ms using FasLine type but the dynamic performance are so Bad (1.5 s or 1s in the best case) ! Is there a way to Have a "realtime" display?

thanks
by hchiker
Wed Jun 17, 2009 12:18 pm
Forum: .NET
Topic: Click event and 3D rotation
Replies: 1
Views: 2151

Click event and 3D rotation

Hi, with a 3D graphic, I display curves and want to select a serie directly by a click on the graphic. For that I use the click event. It works fine, ( void CurveClick(object o, EventArgs e) the object "o" allow to obtain the "line") but when I change the rotation/elevation of the graphic, the "o" o...