Jump to content
Software FX Community

rarteaga

Members
  • Posts

    5
  • Joined

  • Last visited

rarteaga's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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. I found another discovery, the problem happen only on firefox. In Internet Explorer and Google Chrome works ok.
  3. 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.
  4. 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.
  5. 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...