Search found 5 matches
- Tue May 31, 2005 2:08 pm
- Forum: JFreeChart
- Topic: XYLineChart
- Replies: 1
- Views: 2094
XYLineChart
I have a problem with this chart In the old version it's possible to have a dataset like this 1 point/ x=0 y=0 2 point/ x=100 y=50 3 point/ x=10 y=0 so now with the same dataset, the point change like 1 point/ x=0 y=0 2 point/ x=10 y=0 3 point/ x=100 y=50 I would like to know if it's possible set th...
- Thu Dec 04, 2003 9:18 am
- Forum: JFreeChart
- Topic: Il y a des français dans le coin ?
- Replies: 42
- Views: 91671
- Tue Dec 02, 2003 10:37 am
- Forum: JFreeChart
- Topic: Performance of Linechart
- Replies: 1
- Views: 2950
The problem was in my dataset So i changed the methode setValue() public void setValue(Number value,Comparable rowKey,Comparable columnKey) { this.data.setValue(value,rowKey,columnKey); fireDatasetChanged(); } to public void setValue(Number value,Comparable rowKey,Comparable columnKey) { this.data.s...
- Fri Nov 28, 2003 9:06 am
- Forum: JFreeChart
- Topic: Performance of Linechart
- Replies: 1
- Views: 2950
Performance of Linechart
I have three serie of 500 points So when i make a Linechart it's very slow up to 80 sec Someboby can tell me if it's ok or if my code is bad ? My methode to create a Line Chart public DefaultCategoryDataset dataset=new DefaultCategoryDataset(); public double i[][]=new double[3][500]; public void Cre...
- Thu Jul 31, 2003 7:24 am
- Forum: JFreeChart
- Topic: dataset color
- Replies: 3
- Views: 4164
dataset color
i need some help
it's possible to change the dataset default color ?
if someboby know tell me please
Bye
it's possible to change the dataset default color ?
if someboby know tell me please
Bye