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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top