Search found 5 matches

by Scanrate
Mon Aug 23, 2010 9:18 am
Forum: .NET
Topic: Thread Safety in Utils.CalcColorBlend?
Replies: 1
Views: 1979

Thread Safety in Utils.CalcColorBlend?

Hi, I've been having some threading issues that seem to be related to TeeChart. I'm getting the following exception when my code is executed (by ASP.NET IIS) in several simultaneous requests: System.InvalidOperationException: Object is currently in use elsewhere. at System.Drawing.Graphics.FromImage...
by Scanrate
Wed Aug 04, 2010 8:37 am
Forum: .NET
Topic: Problems with customising
Replies: 7
Views: 5542

Re: Problems with customising

I'm afraid that the symbol hasn't these properties. What you could do is to draw it manually at OnDrawSymbol event doing something similar to the demo at All Features\Welcome !\Miscellaneous\Legend\OnDrawSymbol Event Which demo are you referring to? I can't find it. I would also like to say that I ...
by Scanrate
Mon Aug 02, 2010 10:13 am
Forum: .NET
Topic: Problems with customising
Replies: 7
Views: 5542

Re: Problems with customising

Hi Yeray After some tweaking I have been able to get very close to what we want. The only important thing left is finding a way to style the symbols as in ResultStyle.png in my first post. That is with round edges and a smaller height. I don't seem able to do that. Is that right? Secondly I would be...
by Scanrate
Wed Jul 28, 2010 10:08 am
Forum: .NET
Topic: Problems with customising
Replies: 7
Views: 5542

Re: Problems with customising

Hi Yeray Thank you for leading me in the right direction :) We use TeeChart on our webs with ASP.NET and in Delphi5, but may later also use it in Windows.Forms. I was able to place and set the size of the legend, but now I don't seem to be able to place the series as in the reference chart in my ori...
by Scanrate
Mon Jul 26, 2010 2:50 pm
Forum: .NET
Topic: Problems with customising
Replies: 7
Views: 5542

Problems with customising

Hi, I have som problems customising teechart. I would like to end up with the first attached layout. Currently my main problems are: [*]It doesn't seem possible to remove the border around the chart.[/*] [*]No matter how I set the Height, Width, Rectangle, AutoSize, Size etc. properties on Chart.Leg...