Search found 3 matches
- Mon Apr 06, 2015 4:20 pm
- Forum: JFreeChart
- Topic: Legend alignment
- Replies: 3
- Views: 4341
Re: Legend alignment
Hi David, I have been having the same problem as has many other developers with long legend text and having it centered as a default alignment. The patch to the LabelBlock class works as expected and will place the label text with left alignment within the block. The company I work for, CA Technolog...
- Fri Aug 10, 2007 5:44 pm
- Forum: JFreeChart
- Topic: change the width of the bar in barchart rendered as a .png
- Replies: 7
- Views: 12154
- Thu Aug 09, 2007 10:19 pm
- Forum: JFreeChart
- Topic: Center moviing average points on date axis points
- Replies: 0
- Views: 1661
Center moviing average points on date axis points
I have a combination chart with a bar chart and a moving average chart. I can plot both on a DateAxis and ValueAxis. I use the setTickMarkPositions(DateTickMarkPosition.MIDDLE) to center the bar chart on the date ticks but the moving average does not move. Also I cannot change the parameters of the ...