Search found 4 matches

by Narita
Wed Sep 10, 2008 10:05 am
Forum: JFreeChart
Topic: Handling Legend
Replies: 8
Views: 10946

Yes the plot size is less and all problem is due to this reason.

Can you provide me with an example of a plot using LegendTitle? I want to know if I can solve my problem using LegendTitle.
by Narita
Tue Sep 09, 2008 2:13 pm
Forum: JFreeChart
Topic: Handling Legend
Replies: 8
Views: 10946

Handling Legend

Can we decide the legends before hand of plotting the graph? For a huge dataset, Legends do not fit in correct proportion of the view. I have seen similar questions in the forum. I have got some hint of using LegendTitle class with custom Arrangement instances..... which I basically did not understa...
by Narita
Tue Sep 09, 2008 9:53 am
Forum: JFreeChart
Topic: Problem while plotting graph with createDataset
Replies: 3
Views: 3217

Thank You David. I understood that it requires to have atleast 2 data points to plot the graph(the line). I solved my problem by using the api, renderer.setShapesVisible(true); of the renderer. This has helped me to show dots for the data points. So in case there is just one data point, one dot is s...
by Narita
Mon Sep 08, 2008 7:09 am
Forum: JFreeChart
Topic: Problem while plotting graph with createDataset
Replies: 3
Views: 3217

Problem while plotting graph with createDataset

Hi All... I had used Line Chart for creating a chart and had used the following line to create the dataset for the chart. lDataset.addValue(new Double(lValues ), aProjectsListArray , lWeekLabels ); Problem: When lWeekLabels ( the last argument )array has only 1 element, the Line/the chart does not g...