Search found 3 matches

by knlewis
Thu Apr 07, 2016 3:37 pm
Forum: JFreeChart
Topic: Staircase StackedBar Chart
Replies: 0
Views: 3771

Staircase StackedBar Chart

Hi, I am being asked to duplicate a chart feature from Excel. They have a "series overlap" percentage feature on their equivalent of a StackedBar chart. It gives a mild "staircase" effect to the chart by shifting each bar value over a little bit. Can I do this with the JFreeChart StackedBar? http://...
by knlewis
Thu Feb 04, 2016 4:39 pm
Forum: JFreeChart
Topic: Line Chart - Adjusting padding for first/last tick marks
Replies: 4
Views: 4709

Re: Line Chart - Adjusting padding for first/last tick marks

Thanks for the response. I'll try the adjustment you suggested and see if they are OK with it before switching to an XYPlot. We actually have a graph already using an XYPlot has a look similar to what I want. That's why I thought it was possible with LineChart. Now I can stop beating my head against...
by knlewis
Wed Feb 03, 2016 8:27 pm
Forum: JFreeChart
Topic: Line Chart - Adjusting padding for first/last tick marks
Replies: 4
Views: 4709

Line Chart - Adjusting padding for first/last tick marks

Perhaps this has been answered already and I can't find what I need because I am searching incorrectly. I am trying to create a graph like this one. http://www.determinedtobefit.com/wp-content/uploads/2016/02/testgraph.png I can't figure out what I need to adjust to make the LineChart domain plottin...