secondary y axis on WPF toolkit chart
        Posted  
        
            by tk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tk
        
        
        
        Published on 2010-05-19T05:09:58Z
        Indexed on 
            2010/05/19
            5:10 UTC
        
        
        Read the original article
        Hit count: 586
        
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.
© Stack Overflow or respective owner