Search found 168 matches

by uvoigt
Tue Nov 30, 2004 5:23 pm
Forum: JFreeChart
Topic: How to switch off font scaling on Axis TickLabels
Replies: 1
Views: 1864

How to switch off font scaling on Axis TickLabels

Is it possible to switch off the scaling of all fonts espacially on the axis, when resizing the ChartPanel?

I tried to set

Code: Select all

axis.setTickLabelFont(new Font("Arial",Font.PLAIN, 10));
but if I resize the window which contains the chart the tick labels also grow.
by uvoigt
Mon Nov 29, 2004 4:48 pm
Forum: JFreeChart
Topic: Set the intersection point of x and y axis
Replies: 1
Views: 1572

Set the intersection point of x and y axis

Hi! Is it possible to set the point, where the x axis intersects the y axis. Default settings are, that the x axis hits the y axis always at the lowest or highest point of the axes. I want to have the x axe always to start i.e. at point 0 of the y axe. Therefore it would be possible that the x axe w...
by uvoigt
Mon Aug 23, 2004 10:57 am
Forum: JFreeChart
Topic: Combination of symbolic and time data
Replies: 1
Views: 1552

Combination of symbolic and time data

Does anybody know a solution how to plot symbolic data on y axis (Interface YisSymbolic) and use a timeseries for the x axis? I couldn't find a solution for that.

Thanx for your help!
Ulrich