Search found 4 matches

by ChrisIropa
Mon Jul 02, 2007 9:07 am
Forum: .NET
Topic: ASP.NET FastLine Speed
Replies: 3
Views: 5005

Hi !

The difference to my project is the filling method of the chart.
I use FastLine.Add(double x, double y)

Could this be the bottleneck ?

I don't know which function "FillSampleValues()" calls inside to populate the chart.


Best regards,

Chris
by ChrisIropa
Mon Jul 02, 2007 7:04 am
Forum: .NET
Topic: Bug Chart Width / Height
Replies: 3
Views: 6652

Hi Edu ! This idea I have had too and it works. But there are two problems if you want to set width and height to 100% of clientsize. 1. I have to load the page two times at start because I don't know the clientsize at first Page_Load. 2. If the user resize the client window I need the new width and...
by ChrisIropa
Thu Jun 28, 2007 2:32 pm
Forum: .NET
Topic: Bug Chart Width / Height
Replies: 3
Views: 6652

Bug Chart Width / Height

Hi !

I' ve set my Chart width and Height to 100%. In aspx and via properties in Visual Studio 2005.

But my Chart width and height is always 100px. Is it possible that the percents are interpreted as pixels.

How can I set my Chart width to real 100%

Regards,

Chris
by ChrisIropa
Tue Jun 26, 2007 9:55 am
Forum: .NET
Topic: ASP.NET FastLine Speed
Replies: 3
Views: 5005

ASP.NET FastLine Speed

Hi ! I've a FastLine in a WebChart which contains 200.000 values. It takes 8 seconds until it is displayed in my browser. The most time is between Page_Prerender and Page_Unload. Now I want to increase the performance, but I can't find the properties in the known Delphi-Article (FastPen, Clip, ...) ...