I am using an MSChart to display a single X,Y series and it seems to be ridiculously slow. I have the data in a 2 * n array (X values and Y values). n varies, but is around 25,000.
Creating and populating the array, then bunging it into a variant is fast enough, but when I execute the line
chrt.chartdata=pixvals
(where pixvals is the variant holding the 2d array which contains the data)
it takes about 8 seconds to complete. Huh?
Does anyone have any idea why this might be soooo ssslllloooowww? Are there any simple steps to fix it?
Any ideas appreciated.
Tony
Creating and populating the array, then bunging it into a variant is fast enough, but when I execute the line
chrt.chartdata=pixvals
(where pixvals is the variant holding the 2d array which contains the data)
it takes about 8 seconds to complete. Huh?
Does anyone have any idea why this might be soooo ssslllloooowww? Are there any simple steps to fix it?
Any ideas appreciated.
Tony