Search found 10 matches

by Bilisten
Thu Jul 29, 2004 11:50 pm
Forum: JFreeChart
Topic: Turnery chart.
Replies: 7
Views: 6758

lol, yes I did. Sry

Bil
by Bilisten
Thu Jul 29, 2004 10:12 pm
Forum: JFreeChart
Topic: Turnery chart.
Replies: 7
Views: 6758

A chart with 3 variables in a triangle.
by Bilisten
Thu Jul 29, 2004 3:19 pm
Forum: JFreeChart
Topic: Turnery chart.
Replies: 7
Views: 6758

Turnery chart.

Is it possible to make a turnery chart in jfree?
by Bilisten
Wed Jun 23, 2004 7:38 am
Forum: JFreeChart
Topic: java uses or overrides a deprecated API.
Replies: 7
Views: 6581

Ty all, its working now. :D
But i dont understand;
Why make a method that deprecates a class?!?
by Bilisten
Tue Jun 22, 2004 12:12 pm
Forum: JFreeChart
Topic: java uses or overrides a deprecated API.
Replies: 7
Views: 6581

It does not throw any error or warning.

It just says that jfree.chart.ValueAxis has been deprecated
Why?!?!?!
by Bilisten
Tue Jun 22, 2004 7:46 am
Forum: JFreeChart
Topic: java uses or overrides a deprecated API.
Replies: 7
Views: 6581

java uses or overrides a deprecated API.

Why does my code override a deprecated API? My code: NumberAxis axis1 = (NumberAxis) plot.getRangeAxis(); axis1.setInverted(true); axis1.setMinimumAxisValue(minDyp); axis1.setMaximumAxisValue(maksDyp); axis1.setTickUnit(new NumberTickUnit(100)); NumberAxis axis2 = (NumberAxis) plot.getDomainAxis(); ...
by Bilisten
Fri Apr 30, 2004 1:26 pm
Forum: JFreeChart
Topic: is a point a part of a graph?
Replies: 0
Views: 1552

is a point a part of a graph?

Is there a method for this, or do I have to do the math? :?
by Bilisten
Fri Apr 16, 2004 11:57 am
Forum: JFreeChart
Topic: MouseClicked... help.
Replies: 0
Views: 1760

MouseClicked... help.

Why and what is wrong?


chartPanel.addChartMouseListener(new ChartMouseListener(){
public void chartMouseClicked(ChartMouseEvent event){

ChartEntity entity = event.getEntity();
System.out.println(entity.getShapeCoords());
}
});
by Bilisten
Fri Mar 26, 2004 7:16 am
Forum: JFreeChart
Topic: Mouse clicked
Replies: 2
Views: 2791

Ty
by Bilisten
Mon Mar 22, 2004 8:50 am
Forum: JFreeChart
Topic: Mouse clicked
Replies: 2
Views: 2791

Mouse clicked

Is it possible to use a mouse clicked method on one single XYseries in a char?