Hi.....
I am working on creating a custom control using infragistics charts.I am facing problems in identifying the chart types and their associated series.I was able to identify 8 series:-
1)BoxSetSeries
2)CandleSeries.
3)FourDimensionalNumericSeries
4)NumericSeries
5)NumericTimeSeries
6)TreeMapSeries
7)XYSeries
8)XYZSeries
but I am not able to associate different chart types with these series.
It will be so nice of you if you can provide details on Series and their associated Chart types, eg.Scattered chart uses XY series, etc.
Here's a link to the help page that has the list you're looking for:http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/Chart_Requirements_for_Series_Binding.html
Thanks