Search found 16 matches

by cris-rj
Wed Apr 19, 2006 8:31 pm
Forum: JFreeChart
Topic: changing the mouse cursor
Replies: 2
Views: 2882

hi,
I am with the mouser cursor on the series, and his behavior acts like it was a hiperlink (change the array by the hand) but actually it isn't.
how can I change this?
by cris-rj
Tue Apr 18, 2006 7:03 pm
Forum: JFreeChart
Topic: changing the mouse cursor
Replies: 2
Views: 2882

changing the mouse cursor

how to avoid changing the mouse cursor while passing this on the series.
by cris-rj
Wed Apr 12, 2006 3:25 pm
Forum: JFreeChart
Topic: mouse´s right click menu
Replies: 2
Views: 3370

it´s works.
thank´s.
:wink:
by cris-rj
Wed Apr 12, 2006 1:49 pm
Forum: JFreeChart
Topic: mouse´s right click menu
Replies: 2
Views: 3370

mouse´s right click menu

who disable this menu.
it´s posible?
thanks
by cris-rj
Mon Nov 28, 2005 2:08 pm
Forum: JFreeChart
Topic: force axis labels
Replies: 0
Views: 2025

force axis labels

hi everybody. how can I force the chart to display the complete length or a deteminated caracters length of bottom axis labels. ex: | | | | | |________________ . . . . . . g g e e t t a a c c for this: | | | | | |________________ 1 2 y y r r o o g g e e t t a a c c
by cris-rj
Thu Sep 15, 2005 5:16 pm
Forum: JFreeChart
Topic: ChartRenderingInfo
Replies: 1
Views: 2911

ChartRenderingInfo

Is there a way to fill the ChartPanel´s ChartRenderingInfo without use the ChartUtilities.writeChartAsPNG method ?
by cris-rj
Tue Aug 23, 2005 6:15 pm
Forum: JFreeChart
Topic: how can I change font color of the legend?
Replies: 11
Views: 20990

I think you need use this:
LegendTitle leg = chart.getLegend();
by cris-rj
Wed Jun 15, 2005 2:23 pm
Forum: JFreeChart
Topic: Pie3D explode
Replies: 1
Views: 2714

Pie3D explode

hello everybody,

it´s possible to explode a sector of 3d pie?

In a 2D pieplot it works but in a pieplot3d it doesn´t.
by cris-rj
Wed Jun 15, 2005 1:48 pm
Forum: JFreeChart
Topic: Bar chart
Replies: 5
Views: 9228

here is my code for it: class BarCategoryRenderer extends BarRenderer { Paint paintArray[][]; public Paint getItemPaint(int column, int row) { return paintArray[row][column]; } public void setItemPaint(Paint paint, int row, int column) { paintArray[row][column]=paint; } public void setPaintListSize(...
by cris-rj
Thu Apr 28, 2005 6:47 pm
Forum: JFreeChart
Topic: LegendItem
Replies: 3
Views: 3977

Sorry, I wasn´t logged.
by cris-rj
Tue Apr 26, 2005 3:14 pm
Forum: JFreeChart
Topic: LegendItem
Replies: 3
Views: 3977

LegendItem

hello

what Shape can i use in LegendItem´s constructor?

and who calls the method setDisplaySeriesShapes()?

thanks
by cris-rj
Thu Mar 31, 2005 7:46 pm
Forum: JFreeChart
Topic: LegendItem
Replies: 0
Views: 1860

LegendItem

hello people,
in jfreechart-1.0.0-pre2 the Constructors have a shape as parameter.
How can I pass the shape if I am trying to create the LegendItem?
by cris-rj
Fri Nov 19, 2004 6:16 pm
Forum: JFreeChart
Topic: override CategoryPlot.getLegendItems
Replies: 0
Views: 2164

override CategoryPlot.getLegendItems

I created a subclass of CategoryPlot because I needed to override the getLegendItems method. I want to edit the legends items. here is my code: public class LegendCategoryPlot extends CategoryPlot{ public LegendItemCollection getLegendItems(Paint[] paint){ System.out.println("teste"); LegendItemColl...
by cris-rj
Thu Nov 18, 2004 8:55 pm
Forum: JFreeChart
Topic: how to customize the color of a bar chart?
Replies: 12
Views: 19664

hi everbody.
I used the code posted by pstevlingson and it didn't work correctly because the parameters of the method getItemPaint are changed.
This only work when I put the column as the 1º parameter and the row as 2º.
by cris-rj
Fri Oct 15, 2004 7:28 pm
Forum: JFreeChart
Topic: LineRenderer3D
Replies: 5
Views: 8804

hi Tobi ,
your code is very good.
I put the class in the jar file and it worked perfectly.
now I miss only the 3D area

:wink: