I have a LINQ query that returns 3 columns:
ApplicationName, ErrorDate, ErrorCount
Is there a way to make the ErrorDate the X Axis, ErrorCount the Y Axis, and ApplicationName be 1 line per distinct value? I tried making them separate series from separate queries, but if the ErrorDate values of Series 1 occur before the first ErrorDate of Series 2, it doesn't recognize that, and puts the values of Series 2 at the first data point on the X Axis, even if it should start at the 10th data point. Basically, I need to be able to show 4+ series with all ErrorDates lining up.
try following this help document to create a chart with a DateTime-based x-axis.
http://help.infragistics.com/Help/NetAdvantage/WPF/2009.1/CLR3.X/html/xamChart_Modifying_a_Date_Time_Axis.html