ChartWizard
hi all ,
im programming in mfc.
and i want to know, in ChartWizard method what are all the possibble fields
for :
1. Gallery
2. PlotBy xlColumns
if someone can guide me to some theory ill appriciate it.
ChartWizard(var, // Source.
COleVariant((short)-4100), // Gallery = xy.
COleVariant((short)6), // Format, use default.
COleVariant((short)2), // PlotBy xlColumns.
COleVariant((short)1), // CategoryLabels.
COleVariant((short)1), // SeriesLabels.
covTF, // HasLegend.
COleVariant("Title"), // Title.
COleVariant("Frequency"), // CategoryTitle.
COleVariant("Whatever"), // ValueTitles.
covOptional // ExtraTitle.
);
|