Hi,
I've seen a little example in the documentation but it's... to simple.
I have a collection of items in an array, and I'm unaware of the type. I need to bind the chart to the collection but I don't really know how to do it.
How should I bind the data? I'm not asking for code, but for an approach. What is exactly a "serie" and how should I map the different elements to the collection?
Cheers.
i think this help topic will answer your questions: http://help.infragistics.com//NetAdvantage/DV/2009.2/CLR3.5/?page=SL_DV_xamWebChart_Accessing_Data.html
in short, you just need to set the DataSource property of each series, and then set the DataMapping to "Value=MyValueProperty" or whatever is appropriate for the chart you're creating and the type of data you're using.
a series is a set of datapoints displayed in the same way, like columns, in a chart.