Search found 3 matches
- Tue Apr 02, 2019 10:51 am
- Forum: JFreeChart
- Topic: Shapes on Area Chart
- Replies: 5
- Views: 13735
Re: Shapes on Area Chart
Hi, Thank you, John! I have implemented using time series in XYAreaChart as per my requirement. Now my requirement is I have only one series in XYAreaChart but I need to differentiate datapoints with shapes. I want to add squares in green and triangles in red color. Is it possible to add different s...
- Mon Apr 01, 2019 9:12 am
- Forum: JFreeChart
- Topic: Shapes on Area Chart
- Replies: 5
- Views: 13735
Re: Shapes on Area Chart
Hi, 1. Thank you! John Matthews for your answer. I am using category plot not XY plot. In XY plots we can add dataseries only number type but my requirement is number, String type. Is there any way to give shapes for category area chart? 2. My requirement is to save the plot as image so zoom and pan...
- Fri Mar 29, 2019 8:15 am
- Forum: JFreeChart
- Topic: Shapes on Area Chart
- Replies: 5
- Views: 13735
Shapes on Area Chart
Hi, I am new to Jfreechart library I am using AreaChart it working fine but I want shapes(triangle, squares, circles) on areachart to point the data. Like shapes in line chart. Is there anyway to implement for area chart? In my project to paint chart binding the data dynamically. If data contains hu...