Data table with legends in JfreeChart
        Posted  
        
            by TiNS
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by TiNS
        
        
        
        Published on 2010-05-20T12:47:13Z
        Indexed on 
            2010/05/20
            12:50 UTC
        
        
        Read the original article
        Hit count: 405
        
jfreechart
|java
Hi All,
I am using JFreeChart to generate images. I am trying to create barchart like below. I am able to create it successfully without data table. I tried to get from the jfreechar forums and found this post). According to the post , its not supported by JfreeChart.
- Is it still not supported by jfreechart API ?
 - If yes, can I use any other charting (open source) tool to generate chart with data table ?
 
Thanks

© Stack Overflow or respective owner