Sugestion to optimize mschart or another chart more optimized?

  • Thread starter Thread starter Bisewski
  • Start date Start date
B

Bisewski

Guest
Hi everyone!

I am using the MSChart as candleStick to follow the financial market. Works very well except that as it receive an update in each 200 milliseconds the processing stay about 6% all time.

The code line responsable for it is it:



Selected_Chart.Series ("Series1"). Points ((Selected_Chart.Series ("Series1"). Points.Count - 1) - whitespace) .SetValueY (item.Split (";") (indexz + 2), item.Split (";") (indexz + 1), BID.ToString.Replace (",", "."), item.Split (";") (indexz + 3))

Of course bacause this is who update the chart using the SetValueY command.

If I remove this line, the processing drop to almost 0% even with a lot of calculation before and after this line.

Are there how better this? Are there a more optimize chart for it? in Extension manager there are a lot of charts, any suggestion?

Thanks.


Continue reading...
 
Back
Top