Search found 2 matches

by anto
Thu Dec 29, 2005 7:26 pm
Forum: JFreeChart
Topic: alternating colors on one dataset in XYPlot
Replies: 7
Views: 8376

public class SelectionRenderer extends XYBarRenderer {} Hi,JeffKirby I use your code , and change it to extends XYLineAndShapeRenderer but happend some thing.... the method names setSelection() just work ONE time It's means I used like this: newRender.setSelection(0,3);//doesn't work newRender.setS...
by anto
Sat Dec 17, 2005 12:07 am
Forum: JFreeChart
Topic: Write only some numbers on X-Axis
Replies: 1
Views: 3096

Write only some numbers on X-Axis

I make a JFree graph with values on X-Axis which are represented as hours (like 14:33) and i want only write the complete hours (like 14:00 , 15:00)...
how could i do???
thks