in

Software FX Community

Discuss and find help for all Software FX products.

Performance in WebForms

Last post 07-20-2011 2:36 PM by AndreG. 8 replies.
Page 1 of 1 (9 items)
Sort Posts: Previous Next
  • 07-08-2011 7:05 PM

    Performance in WebForms

    Hello, I am using the financial component of ChartFX 7 in WebForms, but with a lot of data, and charging some analysis, this process is a bit stressfull for the explorer, and the time spent is very high. There is more information about the problem: * In winforms this problem doesn't happen * I have a lot of data, it is from a web service, but the problem is drawing the graph. * I'm using ChartFX 7 Trial version, I'll buy the component if it works well. Regards, Rodolfo.
  • 07-09-2011 4:17 PM In reply to

    Re: Performance in WebForms

    Hello

     The first thing I would try would be using data compacting. In high density chart, some points are drawn on top of each other which slows down the chart and does not make any visual changes to it. Would that be a solution in your case? Here is the page from the Resource Center that explains Data Compacting:

    http://community.softwarefx.com/forums/AddPost.aspx?ReplyToPostID=29107&Quote=False

    If that does not solve the issue, let me know. There might be other things to try.

    ---
    Andre G
  • 07-11-2011 6:25 PM In reply to

    Re: Performance in WebForms

    Thanks for your quick answer, I used data compacting, but the compacted data is reduced too much. This is what I did in the code. Chart1.Data.Compact(0); //No compactation Chart1.Data.Compact(1); //Is reduced too much Chart1.Data.Compact(0.5); //The explorer doesn't charge the graph Attached is some application code and images with my issues. Thanks.
  • 07-12-2011 11:18 AM In reply to

    Re: Performance in WebForms

     Hello Again

     

    Aparently the main problem is in the tool tips of my graph. I did it for solve the problem.

     

    Chart1.ImageSettings.ExcludeMarkersFromMap = true;

     

    With this option, the performance of the graph is better, but unfortunatly I need the tooltips, or some title that show the info.

  • 07-12-2011 12:43 PM In reply to

    Re: Performance in WebForms

     I found another discovery, the problem happen only on firefox. In Internet Explorer and Google Chrome works ok.

  • 07-12-2011 2:33 PM In reply to

    Re: Performance in WebForms

    That is great, thank you so much for that information. It seems then the issue is with Firefox rendering the img map (what creates the tooltips). I will speak to our developers and try to narrow down the issue further and find a solution. In average, how many points are you rendering on your chart?
    ---
    Andre G
  • 07-19-2011 4:50 PM In reply to

    Re: Performance in WebForms

    I have been trying to reproduce the issue without success. How many point does the chart have? Which gallery are you using? Do you have any Extensions in Firefox that might be causing the issue? Have you tried on a different machine, maybe with a fresh install of Firefox?
    ---
    Andre G
  • 07-19-2011 6:36 PM In reply to

    Re: Performance in WebForms

    Answer

     Hi,

     I got all the data values on a XML that I attach to this mail. I don't know how many points are exactly.

     The extentions that I have on Firefox are:

    AVG Safe Search 10.0.0.1390

    Blank Canvas Signatures for Gmail 1.16.1

    Java Console 6.0.25

    The problem still happening only on Firefox 5.0. and only when I use a function like a Bollinger Band

    So, I'm using financial  extention, you can see the code of my application that I attach too. If you need more information please tell me.

    Greetings,


    Rodolfo.

  • 07-20-2011 2:36 PM In reply to

    Re: Performance in WebForms

    Since I was not able to run your sample (I don't have access to your ServicioWeb), I have adapted your data to be used with the Financial sample that comes with the product. Could you give the attached sample a try and let me know how it behaves for you? I have tried with Firefox 5 and it works fine for me. If my application works for you, could you help me adapt your application to run on my side?

    ---
    Andre G
Page 1 of 1 (9 items)
Copyright 2008 Software FX, Inc.