|
-
March 14th, 2003, 09:54 AM
#1
the value of xl3DColumnStacked constant.
Hello everyone,
I have a problem when create chart from C code to excel.
my code :
chart.ChartWizard(var, // Source.
COleVariant((short)Gallery), // Gallery
covOptional, //
COleVariant((short)PlotBy), //
COleVariant((short)CategoryLabels), // CategoryLabels.
COleVariant((short)SeriesLabels), // SeriesLabels.
COleVariant((short)HasLegend), // HasLegend.
COleVariant(Title), // Title.
COleVariant(CategoryTitle), // CategoryTitle.
COleVariant(ValueTitle), // ValueTitles.
covOptional // ExtraTitle.
);
The Gallery can be is 1,2 OR -4169? so on.
I want to know the value of xl3DColumnStacked constant.
Does anyone know ? please help me as soon as posible
-
March 14th, 2003, 12:51 PM
#2
Answered in Visual C++ thread.
You shouldn't make the same post in two different forums. It is a good way to get yelled at
Verere testudinem! (Fear the turtle)
Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein
Robots are trying to steal my luggage.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|