Plotting single X- Axis with two different set of values - Charting - WPF Codeplex?

Problem is solved. This code is correct.. There is something to do with my value assignment (I noticed that I was clearing X1 value before using X2. But to make the code work all the values X1, Y1, X2, Y2 should be preserved until the chart is created)..Thank you!

Problem is solved. This code is correct.. There is something to do with my value assignment (I noticed that I was clearing X1 value before using X2. But to make the code work all the values X1, Y1, X2, Y2 should be preserved until the chart is created)..Thank you!

Series1. DependentValueBinding = new System.Windows.Data. Binding("Y1"); series1.

IndependentValueBinding = new System.Windows.Data. Binding("X1"); series1. DependentRangeAxis = YAxis; series1.

IndependentAxis = XAxis; series2. DependentValueBinding = new System.Windows.Data. Binding("Y2"); series2.

IndependentValueBinding = new System.Windows.Data. Binding("X2"); series2. DependentRangeAxis = YAxis; series2.

IndependentAxis = XAxis.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions