Hello,
with DLL 3.5.3146.24806 adding a DrawLine throws an Exception "The Object drawLine1 returned null for the Property 'Selected', but this is not allowed". This Message occurs in an never-ending loop...
Best regards
Andreas Lindnethal
Search found 8 matches
- Fri Sep 05, 2008 2:40 pm
- Forum: .NET
- Topic: Problem with adding a DrawLine
- Replies: 1
- Views: 3164
- Fri Sep 05, 2008 2:34 pm
- Forum: .NET
- Topic: Problem with Axes Scales Offset
- Replies: 3
- Views: 5130
Problem with Axes Scales Offset
Hello.
Axes Scales Offset does not work with DLL 3.5.3146.24806 ( testet with FastLine ). Set Offset works neither in the designer nor in the Code File.
It works fine with DLL 3.5.3105.20152.
Best regards
Andreas Lindenthal
Axes Scales Offset does not work with DLL 3.5.3146.24806 ( testet with FastLine ). Set Offset works neither in the designer nor in the Code File.
It works fine with DLL 3.5.3105.20152.
Best regards
Andreas Lindenthal
- Fri Sep 05, 2008 2:30 pm
- Forum: .NET
- Topic: ColorBand tool code issue
- Replies: 2
- Views: 13551
- Thu Jun 26, 2008 2:01 pm
- Forum: .NET
- Topic: ColorEachLine doesn't work
- Replies: 2
- Views: 4042
- Thu Jun 26, 2008 12:13 pm
- Forum: .NET
- Topic: ColorEachLine doesn't work
- Replies: 2
- Views: 4042
ColorEachLine doesn't work
ColorEachLine does not work with Version 3.5.3065.19162.
It works fine with Version 2.0.2652.22325.
I have an sample which show the problem.
Best regards
Andreas Lindenthal[/code]
It works fine with Version 2.0.2652.22325.
I have an sample which show the problem.
Best regards
Andreas Lindenthal[/code]
- Tue Feb 12, 2008 12:08 pm
- Forum: .NET
- Topic: TeeChart 3 CursorTool
- Replies: 5
- Views: 8416
- Mon Feb 11, 2008 11:03 am
- Forum: .NET
- Topic: TeeChart 3 CursorTool
- Replies: 5
- Views: 8416
- Fri Jan 25, 2008 6:27 pm
- Forum: .NET
- Topic: TeeChart 3 CursorTool
- Replies: 5
- Views: 8416
TeeChart 3 CursorTool
Hello, I have a problem with the TeeChart CursorTool. I use the lastest version. private void fastLine1_AfterDrawValues(object sender, Steema.TeeChart.Drawing.Graphics3D g) { // Call cursorTool1.XValue -> does not work cursorTool1.XValue = 100; // Call cursorTool1.XValue again -> it works.... // Com...