M
Mardigin
How do I write
ActiveChart.SeriesCollection(1).XValues = "={""Date
08102003"","" Date 08102003""}"
in MFC?
Here is my code for the chartwiz..
this->m_xlChart->ChartWizard(var, // Source.
COleVariant((short)3), // Gallery: 2d Column.
COleVariant((short)2), // Format.
COleVariant((short)2), // PlotBy xlColumns.
COleVariant((short)0), // CategoryLabels.
COleVariant((short)1), // SeriesLabels.
COleVariant((short)TRUE), // HasLegend.
COleVariant("MyChart"), // Title.
COleVariant("Date"), // CategoryTitle.
COleVariant("UNITS"), // ValueTitles.
covOptional
);
ActiveChart.SeriesCollection(1).XValues = "={""Date
08102003"","" Date 08102003""}"
in MFC?
Here is my code for the chartwiz..
this->m_xlChart->ChartWizard(var, // Source.
COleVariant((short)3), // Gallery: 2d Column.
COleVariant((short)2), // Format.
COleVariant((short)2), // PlotBy xlColumns.
COleVariant((short)0), // CategoryLabels.
COleVariant((short)1), // SeriesLabels.
COleVariant((short)TRUE), // HasLegend.
COleVariant("MyChart"), // Title.
COleVariant("Date"), // CategoryTitle.
COleVariant("UNITS"), // ValueTitles.
covOptional
);