Search found 6 matches

by thegame90
Fri Oct 18, 2019 6:40 pm
Forum: JFreeChart
Topic: Waterfall Chart - Space between bars
Replies: 2
Views: 7676

Re: Waterfall Chart - Space between bars

I was able to get the space using CategoryAxis.setCategoryMargin(double) method. Have posted the answer here
by thegame90
Mon Sep 16, 2019 4:27 pm
Forum: JFreeChart
Topic: Waterfall Chart - Space between bars
Replies: 2
Views: 7676

Waterfall Chart - Space between bars

I created a waterfall chart using createWaterfallChart() and used the BarRenderer to set space between bars using the renderer property setItemMargin(double). This is did not work for waterfall chart but did work for bar and stackedBar charts when using BarRenderer. Not sure if this API is supported...
by thegame90
Mon Sep 16, 2019 4:21 pm
Forum: JFreeChart
Topic: PolarLine Chart not showing series item labels
Replies: 2
Views: 5841

Re: PolarLine Chart not showing series item labels

How can I achieve the item labels? Will there be any support for it in the future? Currently, I do notice there is no API support for it in the current version 1.5.0.
by thegame90
Mon Sep 09, 2019 8:14 pm
Forum: JFreeChart
Topic: PolarLine Chart not showing series item labels
Replies: 2
Views: 5841

PolarLine Chart not showing series item labels

I am using JFreeChart v1.5.0 to create a PolarLine Chart. I added the following code to display the series item labels but I could not see any labels in the chart output. public class PolarLineDemo extends ApplicationFrame { public PolarLineDemo(String title) { super(title); final XYDataset dataset ...
by thegame90
Fri Sep 06, 2019 7:11 pm
Forum: JFreeChart
Topic: How to set Label Position to the Right?
Replies: 1
Views: 4494

Re: How to set Label Position to the Right?

Provide a sample code in order to resolve your problem.
by thegame90
Thu Aug 29, 2019 8:48 pm
Forum: JFreeChart
Topic: Radar Line Chart using JFreeChart not matching desired output
Replies: 0
Views: 8084

Radar Line Chart using JFreeChart not matching desired output

Posted in this forum as I could not attach image to the topic.