Search found 2 matches
- Fri Feb 18, 2005 5:28 pm
- Forum: JFreeChart
- Topic: skipping labels in category plots
- Replies: 16
- Views: 27318
skipping labels, continued
That was what I was trying to do. What I found out is that the computation of r*l for a label width is not working in my code. Hard-coding in what I found in the debugger works but leaves me wondering whatintheheck is happening. Here is where I went with this.... public class MJSCategoryAxis extends...
- Wed Feb 09, 2005 5:34 pm
- Forum: JFreeChart
- Topic: skipping labels in category plots
- Replies: 16
- Views: 27318
CategoryPlot skipping labels redux.
I have been trying to finesse the "skip label" problem like so: -- define MyCategoryAxis as "extends CategoryAxis" with a constructor MyCategoryAxis mca = new MyCategoryAxis(aCategoryAxis) with this setup this.lowerMargin = ca.getLowerMargin(); this.upperMargin = ca.getUpperMargin(); this.categoryMa...