Thanks mckayj! Your trick works for me too!mckayj wrote: Try this:Code: Select all
Steema.TeeChart.Editor.Show(tGraph)
Search found 5 matches
- 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)
- 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!
- 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...
- Wed Jun 03, 2009 3:18 pm
- Forum: .NET
- Topic: Exception when calling editor (v4)
- Replies: 9
- Views: 4764
- 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...