Search found 3 matches
- Fri Jul 03, 2009 12:59 pm
- Forum: .NET
- Topic: Exception when calling editor (v4)
- Replies: 9
- Views: 4762
Re: Exception when calling editor (v4)
Glad to help.
- Thu Jul 02, 2009 3:41 pm
- Forum: .NET
- Topic: Exception when calling editor (v4)
- Replies: 9
- Views: 4762
Re: Exception when calling editor (v4)
As requested, I have uploaded my Tee Chart Test Application: "TeeChartTestApp.zip" The ".ShowEditor" call works on the computer on which the program is compiled, but when running/installing on other PCs, it does not work. However, the "Steema.TeeChart.Editor.Show(tGraph)" call does work. (Program wa...
- Thu Jul 02, 2009 2:25 pm
- Forum: .NET
- Topic: Exception when calling editor (v4)
- Replies: 9
- Views: 4762
Re: Exception when calling editor (v4)
I have come across the same problem.
However, I have found a solution that seems to work on a test application I whipped up to help me resolve the issue.
Try this:
where "tGraph" is the name of your TeeChart Graphing object.
Hope this helps, and good luck.
However, I have found a solution that seems to work on a test application I whipped up to help me resolve the issue.
Try this:
Code: Select all
Steema.TeeChart.Editor.Show(tGraph)
Hope this helps, and good luck.