secondary y axis on WPF toolkit chart
.net, charts, silverlight, wpf
Solution
Yes. The `Axis` type has a `Location` property you can use to specify that it should appear on the Left or Right (or Top or Bottom).
Problem
I want to plot two line series in a WPF toolkit chart. (http://wpf.codeplex.com/) Can I set Y-axis of one data series as a secondary y-axis?