July 24th, 2002, 11:41 pm
Thank you for pointing me to ChartFX.I have downloaded the trial version, and it looks great.However, I have encountered one performance problem with ChartFX.It is, it takes relatively long time to assign the label or legend to the x-axis.In one application that I am building, I want to display a 5 minute chart of Nikkei 225 Futures for 6 months.This means I have about 6000 points in my series, to assign 6,000 date/time values to the label of x-axis, ChartFX takes about 5 minutes.One way to get around this performance problem, is that I try to assign labels only to points that I am going to display the label. This solve the performance problem, but then I don't get the date/time display (together with the nikkei value) when my mouse is over any particular point on the series.Any suggestions?