Search found 1 match
- Wed Oct 27, 2010 9:13 am
- Forum: JFreeChart - Stockmarket
- Topic: BarChar, don't show all series names
- Replies: 0
- Views: 8722
BarChar, don't show all series names
I have same problem. The Bar char doesn't show all series names. The code to create diagram: String text = jTextArea1.getText(); int totalLines = jTextArea1.getLineCount(); DefaultCategoryDataset dataset = new DefaultCategoryDataset(); DateFormat dateFormat = new SimpleDateFormat("yyyy"); Date date ...