Search found 8 matches

by AndreasL
Fri Sep 05, 2008 2:40 pm
Forum: .NET
Topic: Problem with adding a DrawLine
Replies: 1
Views: 3164

Problem with adding a DrawLine

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
by AndreasL
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
by AndreasL
Fri Sep 05, 2008 2:30 pm
Forum: .NET
Topic: ColorBand tool code issue
Replies: 2
Views: 13551

Hello,

when will this issue be fixed ? I have every update problems with this.

Best regards

Andreas Lindenthal
by AndreasL
Thu Jun 26, 2008 2:01 pm
Forum: .NET
Topic: ColorEachLine doesn't work
Replies: 2
Views: 4042

Yes this is the problem.

Best regards

Andreas Lindnethal
by AndreasL
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]
by AndreasL
Tue Feb 12, 2008 12:08 pm
Forum: .NET
Topic: TeeChart 3 CursorTool
Replies: 5
Views: 8416

Hello Narcis,

okay but this is more an workaround.

You wrote you add it to as a wish-list issue, but form me is more like a bug.

I hope you will fix it next time.

Best regards

Andreas
by AndreasL
Mon Feb 11, 2008 11:03 am
Forum: .NET
Topic: TeeChart 3 CursorTool
Replies: 5
Views: 8416

Hi Yeray Alonso

Is this the only solution ?

We have to call 'Bitmap bmp = tChart1.Bitmap;' to be shure, that 'cursor1.XValue = value' works correct....?

Best regards
Andreas Lindenthal
by AndreasL
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...