Add a JFreeChart in to JPanel

后端 未结 4 920
暖寄归人
暖寄归人 2021-01-11 11:04

if i have a my Jpanel and a my JFreeChart. How can I add this Chart in to the JPanel?

XYSeries series = new XYSeries(\"XYGraph\");
   series.add(1, 1);
   se         


        
4条回答
提交回复
热议问题