
Search found 4 matches
- Mon Feb 03, 2014 6:48 am
- Forum: JFreeChart
- Topic: Line Chart - How to change Line Width
- Replies: 2
- Views: 5613
Re: Line Chart - How to change Line Width
Thanks develop.. It's helpful 

- Sat May 07, 2011 12:44 pm
- Forum: JFreeChart - Stockmarket
- Topic: coloring of group of data points in a series in scatter char
- Replies: 1
- Views: 14827
Re: coloring of group of data points in a series in scatter
Hi, My problem is solved due to post by paradox. For anyone who is facing same problem here is code: /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import java.awt.Color; import java.awt.Font; import java.awt.Graphics2D; import java.awt.Shape; import...
- Sat May 07, 2011 12:39 pm
- Forum: JFreeChart
- Topic: Different symbols at each data point
- Replies: 3
- Views: 4709
Re: Different symbols at each data point
Hi Paradoxoff,
You saved my week. Your code helped me lot. I appreciate your effort in posting it. You posted it in 2007 and now I m using it in 2011.
Thank again,
abdul
You saved my week. Your code helped me lot. I appreciate your effort in posting it. You posted it in 2007 and now I m using it in 2011.
Thank again,
abdul
- Fri May 06, 2011 2:31 pm
- Forum: JFreeChart - Stockmarket
- Topic: coloring of group of data points in a series in scatter char
- Replies: 1
- Views: 14827
coloring of group of data points in a series in scatter char
Hi, I wanted to know if there is a way to color group of data points for a particular series in scatter chart. For example, I have a dataset which contains 100 points, now I want to color first 30 points as green, second 30 points as blue and remaining points as yellow. Please let me your suggestion...