We are not talking about a Win32 application.
We are talking about a web site with 500+ concurrent users
Search found 10 matches
- Thu Nov 30, 2006 12:37 pm
- Forum: .NET
- Topic: Performance, multithreading and webservices
- Replies: 9
- Views: 15322
- Fri Nov 24, 2006 1:12 pm
- Forum: .NET
- Topic: Performance, multithreading and webservices
- Replies: 9
- Views: 15322
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 ...
- Tue Nov 21, 2006 1:53 pm
- Forum: .NET
- Topic: Performance, multithreading and webservices
- Replies: 9
- Views: 15322
- Thu Nov 16, 2006 11:34 am
- Forum: .NET
- Topic: Performance, multithreading and webservices
- Replies: 9
- Views: 15322
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...
- Wed Nov 15, 2006 6:57 pm
- Forum: .NET
- Topic: Performance, multithreading and webservices
- Replies: 9
- Views: 15322
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...
- Fri May 12, 2006 3:17 pm
- Forum: .NET
- Topic: Rounded corners & background
- Replies: 8
- Views: 8640
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...
- Fri May 12, 2006 2:30 pm
- Forum: .NET
- Topic: Rounded corners & background
- Replies: 8
- Views: 8640
- Fri May 12, 2006 2:18 pm
- Forum: .NET
- Topic: Rounded corners & background
- Replies: 8
- Views: 8640
- Fri May 12, 2006 1:54 pm
- Forum: .NET
- Topic: Rounded corners & background
- Replies: 8
- Views: 8640
This is a .NET web project, so the code I used is:
The result is that the foreground color has changed, but not the background:
Code: Select all
Tchart1.panel.Color = ColorTranslator.FromHtml("white")
- Fri May 12, 2006 1:35 pm
- Forum: .NET
- Topic: Rounded corners & background
- Replies: 8
- Views: 8640
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)