
Search found 3 matches
- Fri Mar 18, 2011 5:54 pm
- Forum: JFreeChart
- Topic: Different symbols at each data point
- Replies: 3
- Views: 4716
Re: Different symbols at each data point
Guess not 

- Wed Feb 16, 2011 9:51 pm
- Forum: JFreeChart
- Topic: Different symbols at each data point
- Replies: 3
- Views: 4716
Different symbols at each data point
Is it possible to specify the shape of each data point on an XP type plot. I have some data where certain values may be erroneous so I want the user to see a different shape or color. For example, if the data is questionable draw a red square instead of a blue circle at the point.
Many thanks,
Stever
Many thanks,
Stever
- Fri Oct 29, 2010 1:18 am
- Forum: JFreeChart
- Topic: Updating Chart Data
- Replies: 4
- Views: 5741
Updating Chart Data
Hi, no doubt I will slap my forehead when I hear the answer, but I have been unable to find out how to do something very simple. I have created a statistical line chart with ChartFactory.createLineChart. The dataset is a DefaultStatisticalCategoryDataset. I need to update the data every minute or so...