Hi,
I am working on a Line Chart which should show 3 columns of data in a chart, In the ASP.Net Line Chart example there is a "WebSamplesCS.WebCharts.ChartData" object is being used as a datasource, but where do i can find that class or a package?
Is there any other Series same like NUMERICSERIES, which accepts the 4 columns of data to bind with LineChart directly?
Thanks for your help in advance.
Krishna.
I believe each series would be equal to a line. So a series with 3 points would be one of these lines. Also, the line chart will only take a numeric series or a numeric time series as series objects. Alternatively, you can bind to other objects such as a DataTable. You can look at this article to see how the table would show up on the line chart:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Working_with_2D_Line_Chart_Data.html
Help article for requirements for series binding:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Requirements_for_Series_Binding.html