Thread: ChartWizard
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Gabi Gabi is offline
external usenet poster
 
Posts: 3
Default 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.
);