Search found 5 matches
- Tue May 29, 2012 8:36 pm
- Forum: JFreeChart
- Topic: Spacing issues on SymbolAxis
- Replies: 3
- Views: 6606
Re: Spacing issues on SymbolAxis
I was able to solve this issue by figuring out a minimum size for the labels of the chart and then adding to the height of the chart a set number of pixels per category I was to display. The important part however is that you need to set both the size of the ChartPanel and the maximumDrawHeight of t...
- Tue May 29, 2012 3:39 pm
- Forum: JFreeChart
- Topic: Spacing issues on SymbolAxis
- Replies: 3
- Views: 6606
Re: Spacing issues on SymbolAxis
Has anyone found a solution to this issue? I have the same problem on my SymbolAxis. After I get to a certain amount of labels the axis begins not labeling every tick mark. I would like it to label each one as I am using it as a fake category label because I needed a more complex chart then a catego...
- Thu Mar 01, 2012 7:49 pm
- Forum: JFreeChart
- Topic: Can't find a matching example
- Replies: 4
- Views: 7255
Re: Can't find a matching example
Thank you very much Martin, this approach is working perfectly so far. XYBarChartDemo7 with a second XYLineAndShapeRenderer, lines turned off, running the same data set.
- Wed Feb 29, 2012 2:42 pm
- Forum: JFreeChart
- Topic: Can't find a matching example
- Replies: 4
- Views: 7255
Re: Can't find a matching example
Here's the picture, I should have attached it to start with. Sorry. https://picasaweb.google.com/lh/photo/QGH0COAMWe9VWECDoVXcMz8u90HN0AeXWXyPqlRr3sc?feat=directlink I did have a thought. Can I take the XYBarChartDemo7 and create a new image for the bar? Make the bar be very thin and have it start w...
- Tue Feb 28, 2012 9:59 pm
- Forum: JFreeChart
- Topic: Can't find a matching example
- Replies: 4
- Views: 7255
Can't find a matching example
Hello, I have a user requesting a chart that tells them when someone filled their medication, how long that filling lasted. They gave me a picture of a horizontal line chart with y value categories drug 1, 2, 3 and dates as the X axis. For each drug, a diamond appears at the date of a filling follow...