Hello,
I'm struggling with showing multiple lineseries in the same x-axis. Is this possible?
Can someone point me to an example?
P
Hello Peratle,
Thank you for your post. I have been looking into it and I have created a sample application for your that demonstrates how you can create multiple LineSeries that use shared CategoryXAxis. I have added 4 series to the XamDataChart and all the series uses one x axis and several y axis.
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hello Krasimir,
In your example I see example only for one data collection with several properties for data series.
But what do you say about 4 different collection of object, like this
public class Measurement { public DateTime TimeStamp { get; set; } public double Value { get; set; } }
And ObservableCollection<ObservableCollection<Measurement>> DataPoints as a data source for binding?
Now I have a problem: all 4 line series draws on the charts but starting point of each line series is located on left chart border.
I am just checking if you require any further assistance on the matter.