Search found 2 matches
- Tue Dec 14, 2021 7:15 pm
- Forum: JFreeChart
- Topic: Points and Lines - Different Colors
- Replies: 0
- Views: 94676
Points and Lines - Different Colors
I have a line chart that I'm using a customizer to set the point shape as well as the point color. The shapes and the shape colors are working great. My issue is that when I change the color of a single point, the line segment between the previous point and the point that has the different color als...
- Fri Dec 10, 2021 8:30 pm
- Forum: JFreeChart
- Topic: Line Chart - Customize point and line color
- Replies: 0
- Views: 97437
Line Chart - Customize point and line color
I have a line chart that I need to have the values on the points, and a specific point needs to be a different shape and color. I have everything working except that the line color is changing with the point color (line between previous point and current point). I'm using he "getItemPaint" method to...