secondary y axis on WPF toolkit chart
- by tk
Question 1)
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?
Question 2)
Is there a comprehensive document about the WPF toolkit chart?
I used to use WinForms Chart control(System.Windows.Forms.DataVisualization), which have great references. But I cannot find a library document for WPF toolkit.