Search found 10 matches

by realize
Thu Nov 30, 2006 12:37 pm
Forum: .NET
Topic: Performance, multithreading and webservices
Replies: 9
Views: 15232

We are not talking about a Win32 application.
We are talking about a web site with 500+ concurrent users
by realize
Fri Nov 24, 2006 1:12 pm
Forum: .NET
Topic: Performance, multithreading and webservices
Replies: 9
Views: 15232

I'll try to explain one last time... Sorry if I am not able to make myself clear... Lets say that teechart needs 10 secs to get data (because data is coming from a remote web service ( Stage A ). When this data comes, it needs 1 second to draw the chart ( Stage B ). I understand that it cannot draw ...
by realize
Tue Nov 21, 2006 1:53 pm
Forum: .NET
Topic: Performance, multithreading and webservices
Replies: 9
Views: 15232

So TeeChart is not multithreaded?
by realize
Thu Nov 16, 2006 11:34 am
Forum: .NET
Topic: Performance, multithreading and webservices
Replies: 9
Views: 15232

I read it but I am not sure it helps. Let me rephrase: * We have a dll that creates charts (teechart) * This dll is called by a web page in .NET * The web page feeds TeeChart with data. If, for any reason, the data feed is delayed, and another page calls TeeChart dll to create a chart, does teechart...
by realize
Wed Nov 15, 2006 6:57 pm
Forum: .NET
Topic: Performance, multithreading and webservices
Replies: 9
Views: 15232

Performance, multithreading and webservices

We have a .NET web form that uses TeeChart .NET control to create charts. Data comes from a webservice. We tried stress testing the page and it can handle 18 charts / second. During that time the entire web site that includes the charts is almost unresponsive, as if IIS is waiting for the chart to c...
by realize
Fri May 12, 2006 3:17 pm
Forum: .NET
Topic: Rounded corners & background
Replies: 8
Views: 8583

BackColor

Hello again, and thanks a lot for your swift replies. I had already set most of these options, and just set the ones I hadn't, but I can't seem to be able to find the backcolor property (or bgcolor for the matter) directly on the chart object. And let me guess, it's the one that sets the color behin...
by realize
Fri May 12, 2006 2:30 pm
Forum: .NET
Topic: Rounded corners & background
Replies: 8
Views: 8583

What attribute / property should I be looking for?
by realize
Fri May 12, 2006 2:18 pm
Forum: .NET
Topic: Rounded corners & background
Replies: 8
Views: 8583

Teechart for .NET 2 (TeeChartNET2.exe)

Ooops! :oops: Wrong forum :)

could you please relocate the thread?

Thanx!
by realize
Fri May 12, 2006 1:54 pm
Forum: .NET
Topic: Rounded corners & background
Replies: 8
Views: 8583

This is a .NET web project, so the code I used is:

Code: Select all

Tchart1.panel.Color = ColorTranslator.FromHtml("white")
The result is that the foreground color has changed, but not the background:

Image
by realize
Fri May 12, 2006 1:35 pm
Forum: .NET
Topic: Rounded corners & background
Replies: 8
Views: 8583

Rounded corners & background

What property do I have to change to make the black background color white or transparent? (the rounded edges look funny with black)

Image