Hi,
Using the above code i will fix the row [that is row starting from 0, 1, 2, .. ,59 ].
How can i fix column upto 6000 in MSChart control [column starting from 0, 1000, 2000, ...,6000.]
Code:
SAFEARRAYBOUND sab[2];
sab[0].cElements =noOfRows; // 59
How can i fix column upto 6000 in MSChart control [column starting from 0, 1000, 2000, ...,6000.]