1. How can I create a Spline chart like in WPF Chart example with custom Values(it will help me to understand the structure)?
I tried
but "SeriesExtensions" gives me an error.
2. Is it possible to Align the Y-Axis label?..by default it's center align.
Thanks
I tried
List<double[]> itemsSource = new List<double[]>();itemsSource.Add(SeriesExtensions.GetUserData(12, 0));itemsSource.Add(SeriesExtensions.GetUserData(12, 1));but "SeriesExtensions" gives me an error.
2. Is it possible to Align the Y-Axis label?..by default it's center align.
Thanks