Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3021

[RESOLVED] MSChart Control

$
0
0
Hi,
Code:

SAFEARRAYBOUND sab[2];

sab[0].cElements =noOfRows; // 59

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.]

Viewing all articles
Browse latest Browse all 3021

Trending Articles