I need to put a line graph on top of this graph - so i know it will be a composite but i am not sure how to create the series from a TableAdapter -
THis is the way i formated the Series for the Column Chart
ColumnChart.Axis.X.Labels.SeriesLabels.FormatString = "Fiscal\nMonth\n<SERIES_LABEL>";
Thanks
Take a look at the following help articles for creating composite charts. As far as providing data to the series objects, it can work in bound or unbound mode as shown in the link:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Chart_Creating_a_Composite_Chart_in_Code_Part_1_of_2.html
Full set of articles for composite charts in documentation:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Chart_Creating_a_Composite_Chart.html
G'day Sung Kim,
Thanks for the info - I will let you know if i get into any trouble.
Are there any tutorials that show how to use a composite chart using DALs and BLLs? These charts are customer specific and on the page two parms are passed customerID and UtilityID so i have to take that into consideration too.
thanks