the second parameter means the data number of the first parameter?
But actrually it is the data number - 1 ?
So if I have a array of 10 elements,
I should add data like below?
Code: Select all
double array[10] = {1, 2,3,4,5,6,7,8,9,10};
Series1->AddArray(array, 9);