Search found 5 matches

by BlueM
Fri Jul 03, 2009 7:52 am
Forum: .NET
Topic: Exception when calling editor (v4)
Replies: 9
Views: 4764

Re: Exception when calling editor (v4)

mckayj wrote: Try this:

Code: Select all

Steema.TeeChart.Editor.Show(tGraph)
Thanks mckayj! Your trick works for me too!
by BlueM
Wed Jul 01, 2009 3:16 pm
Forum: .NET
Topic: Event TChart.ClickSeries not firing for Point Series
Replies: 2
Views: 1828

Re: Event TChart.ClickSeries not firing for Point Series

It's working again with the latest release 4.0.2009.21355! Thanks!
by BlueM
Wed Jun 03, 2009 3:30 pm
Forum: .NET
Topic: Event TChart.ClickSeries not firing for Point Series
Replies: 2
Views: 1828

Event TChart.ClickSeries not firing for Point Series

Since upgrading TeeChart from v3 to v4, some of our click events are no longer working. After investigating a little, I found out that the event is fired for line series, but not for point series. Here's a sample code that demonstrates the problem: Private Sub Form1_Load(ByVal sender As System.Objec...
by BlueM
Wed Jun 03, 2009 3:18 pm
Forum: .NET
Topic: Exception when calling editor (v4)
Replies: 9
Views: 4764

9348257 wrote: Could you please tell us the exact environment where you are reproducing this problem? Here it seems to work as expected.
The system is a Windows XP SP3, if that's what you wanted to know.
by BlueM
Wed May 27, 2009 1:16 pm
Forum: .NET
Topic: Exception when calling editor (v4)
Replies: 9
Views: 4764

Exception when calling editor (v4)

Hello, we have just upgraded our application from using TeeChart v3.5 to TeeChart v4.0.2009.16184 and now get an exception when the Chart Editor is called at runtime using the code: Call Me.TChart1.ShowEditor() Exception: System.NullReferenceException: Object reference not set to an instance of an o...