Search found 5 matches
- Sat Apr 12, 2008 7:04 am
- Forum: JFreeChart
- Topic: order of months on x-axis in linecharts distracted
- Replies: 0
- Views: 2020
order of months on x-axis in linecharts distracted
I am working with line charts for annnual interval.I need to retrieve values of all the months in a given year and display a linechart. I am having a dataset map which consists of many keys.I want to retrieve the elements and display the annual chart.I used hashMap to put all the keys in it and retr...
- Thu Apr 03, 2008 8:04 am
- Forum: JFreeChart
- Topic: line not visible in linechart
- Replies: 1
- Views: 3158
line not visible in linechart
Hi, I tried to create linechart.But,I am not getting any line visible in the linechart.I used the below code: DefaultCategoryDataset categoryDataset=new DefaultCategoryDataset(); Iterator iterator = dataSetMap.keySet().iterator(); while(iterator.hasNext()) { String key = (String)iterator.next(); Dou...
- Wed Apr 02, 2008 12:17 pm
- Forum: JFreeChart
- Topic: Table data plotted along with chart
- Replies: 5
- Views: 11436
re:
Hi
As far as I knew ,we cannot get the data display beside the chart other than the labels and titles and subtitles.I also with the same issue.I dont know whether jfreecharts supports this feature.
As far as I knew ,we cannot get the data display beside the chart other than the labels and titles and subtitles.I also with the same issue.I dont know whether jfreecharts supports this feature.
- Wed Apr 02, 2008 11:48 am
- Forum: JFreeChart
- Topic: chart labelling
- Replies: 0
- Views: 1669
chart labelling
hi,
My requirement is to get a String from the data base and display it in some position within the plot area.Is it possible to display some text other than the section labels and the tilte and subtitles in case of piecharts ??
I am using jfreecharts to create my charts.Can any one help me get it?
My requirement is to get a String from the data base and display it in some position within the plot area.Is it possible to display some text other than the section labels and the tilte and subtitles in case of piecharts ??
I am using jfreecharts to create my charts.Can any one help me get it?
- Wed Apr 02, 2008 10:57 am
- Forum: JFreeChart
- Topic: customising charts
- Replies: 0
- Views: 1831
customising charts
hi ,
I wan display the text beside the chart within in the image plot.
Can any one have the idea how to accomplish this using jfreechartAPI?
I wan display the text beside the chart within in the image plot.
Can any one have the idea how to accomplish this using jfreechartAPI?