Hello,
I've just started using ComponentOne with Visual Studio 2005 C++ and haven't found any examples in the language, only VB and C#. I've translated a couple of lines of C# successfully but the following isn't accepted in any translation that I've tried. The goal is to make a vertical bar chart with several series.
c1Chart1.ChartGroups[0].ChartType = Chart2DTypeEnum.Bar;
I'm following the C# code from the documentation "Common Usage for Basic 2D Charts> Simple Bar Charts".
Any examples you could send would be appreciated.
Thanks,
BarrySp