Search found 4 matches

by xtsu
Thu Jan 14, 2010 4:30 am
Forum: JFreeChart
Topic: how to implement selecting one line(series) in line chart
Replies: 3
Views: 6238

how to implement selecting one line(series) in line chart

Hi, I am question about how to implement a function for selecting one line(series) in line chart. specifically, if I have a line chart, there are several lines in the chart, how can I implement selection of one line(series) by double(single) click mouse. And then the selected line is highlighted all...
by xtsu
Mon Mar 09, 2009 9:38 pm
Forum: JFreeChart
Topic: How to produce chart picture in memory instead of save it
Replies: 2
Views: 3466

How to produce chart picture in memory instead of save it

Hi, All
I have a question about how to produce chart picture as a java object in memory instead of saving it in harddisk.
Would you give a short example?

Thanks a lot!
by xtsu
Sun Aug 12, 2007 4:20 am
Forum: JFreeChart
Topic: A problem for creating a CategoryDataset
Replies: 1
Views: 2514

A problem for creating a CategoryDataset

Hi I am currently having trouble creating a CategoryDataset: this is part of my code: ... import org.jfree.data.category.CategoryDataset; import org.jfree.data.category.DefaultCategoryDataset; ... JFreeChart chart = ChartFactory.createLineChart("Vis","Experiment","Expression Level",dataset,PlotOrien...