Search found 2 matches

by de_tom
Thu Oct 19, 2006 12:43 pm
Forum: JFreeChart
Topic: Linechart and label positions / overlapping
Replies: 2
Views: 3886

Hi, this is a simplified verson of my code - I suppose one has to alter the categoryLabelPositions yet I am not sure. JFreeChart c = ChartFactory.createLineChart(chartName, xAxisLabel, yAxisLabel, set, PlotOrientation.VERTICAL, true, true, true ); c.setBackgroundPaint(Color.WHITE); CategoryPlot cp =...
by de_tom
Wed Oct 11, 2006 8:49 am
Forum: JFreeChart
Topic: Linechart and label positions / overlapping
Replies: 2
Views: 3886

Linechart and label positions / overlapping

Hi everybody, I know, this has ben discussed before but unfortunately I have not found a solution to the the problem. When you plot a LineChart with lots of data, the x-axis labels will overlap. Now I've seen solutions in this forum, where people only want to display every other label, yet this does...