using SetData for values in a windows form

J

JeffFarr

Hi all,

I'm new to OWC. I need to create an app that displays graphical data to a
windows form, but keep getting this error.

Here is what I have:

axChartSpace1.Charts[0].SetData(OWC11.ChartDimensionsEnum.chDimValues,

(int)OWC11.ChartSpecialDataSourcesEnum.chDataLiteral,
strValue);

where strValue is just the value data to populate.

Error received:

In Chart.SetData, literal data may only be to specify chDimSeriesNames or
chDimCategories.


So how do I set the value data?????


Thanks,
Jeff
 
Top