Hi there !
Need your help :
I'm trying to create a stacked column chart in Excel using vb6.
I want my chart to look like what you can find in the Help File called 'Example of Chart Styles' of MS Excel 2k.
Looks quite like this :
^
|
|
|
| ^
COUNT | /
| / COUNTRY
| /
| /
| /
|/
__________________> MONTH
My DataSheet contains data presented that way (3 cols) :
MONTH COUNTRY COUNT
may-04 USA 3
may-04 DE 2
may-04 FR 2
june-04 GB 1836
june-04 DE 5
june-04 FR 7
june-04 GB 6
june-04 USA 105
aug-04 USA 146
aug-04 DE 1
aug-04 FR 2
sept-04 USA 31
sept-04 DE 1
sept-04 FR 1
How can I do that ?
Any link, example or idea would be greatly appreciated.
Thanx
Lemox
Need your help :
I'm trying to create a stacked column chart in Excel using vb6.
I want my chart to look like what you can find in the Help File called 'Example of Chart Styles' of MS Excel 2k.
Looks quite like this :
^
|
|
|
| ^
COUNT | /
| / COUNTRY
| /
| /
| /
|/
__________________> MONTH
My DataSheet contains data presented that way (3 cols) :
MONTH COUNTRY COUNT
may-04 USA 3
may-04 DE 2
may-04 FR 2
june-04 GB 1836
june-04 DE 5
june-04 FR 7
june-04 GB 6
june-04 USA 105
aug-04 USA 146
aug-04 DE 1
aug-04 FR 2
sept-04 USA 31
sept-04 DE 1
sept-04 FR 1
How can I do that ?
Any link, example or idea would be greatly appreciated.
Thanx
Lemox