Jump to content
Software FX Community

rarteaga

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by rarteaga

  1.  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.

  2.  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.

  3. 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.

  4. 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.

×
×
  • Create New...