Search found 5 matches

by losganjas
Fri Oct 01, 2004 10:13 am
Forum: JFreeChart
Topic: stroke and color rendering problem
Replies: 0
Views: 2239

stroke and color rendering problem

hi folks ! I m having serious rendering problem of my lines in a XYPlot, namely the colors and the stroke are not rendered correctly, even if the displayed properties (stroke and colors value) in the java console are correct ! More info: chart displayed in an Applet. XYPlot in combination with a XYS...
by losganjas
Mon Jul 19, 2004 11:50 am
Forum: JFreeChart
Topic: x-axis/gridlines/borders
Replies: 1
Views: 2667

x-axis/gridlines/borders

hi folks ! I have a mysterious x-axis in my graph. it s not the domain axis, nor gridlines, and it seems not to be a border or something like that (plot.setOutlinePaint(null)). fact is, I have this line at value 0 (y-axis) which goes exactly along the domain axis (if I set domainAxis.setVisible(true...
by losganjas
Mon Jun 21, 2004 4:58 pm
Forum: JFreeChart
Topic: chart and plot
Replies: 0
Views: 2184

chart and plot

hello jfreecharters ! is there a way to resize the plot area, so that it is exactly as big as the chart area ? or resize the chart area to fit the plot area ? in other words, if u use the chart.setBackgroundPaint(Color.blue) and plot.setBackgroundPaint(Color.red) methods, u would see only the red co...
by losganjas
Mon Jun 21, 2004 2:09 pm
Forum: JFreeChart
Topic: chart dimension settings versus pixels
Replies: 1
Views: 2882

chart dimension settings versus pixels

hello folks ! difficult to find a general topic description for my problem, which is rather a question... there are several ways to set the bar width for example, or the chartPanel max draw height/width, or the spacing between categorys etc lets take for example the chart panel: chartPanel.setMaximu...
by losganjas
Wed May 12, 2004 4:23 pm
Forum: JFreeChart
Topic: accessing ticklabels
Replies: 2
Views: 3759

accessing ticklabels

hello jfreecharters !

as a newbie, I m trying to accessing the ticklabels in order to change them. Instead of only displaying numbers like 0, 5, 10, etc I m trying to have 0%, 5%, 10%, etc...is there any way to pass a string or something else to the ticklabels ?

does anyone have a clue ? thanx !