Hello,
I have 3 datasets with 2 columns data : one for datetime and the second is for numeric values.
I would like to know if it is possible to display the datasets (three lines) on a the same Step line chart.
Thank you in advance.
Thank you for response. I realized it.
Yes, if you use a composite chart, you can have 3 series, each bound to its own datasource.When creating a composite chart, add an X axis of type Time, Y axis of type Numeric and add 3 instances of NumericTimeSeries.
Here's a help link with a little more info:http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Working_with_Step_Line_Chart_Data.html