Search found 15 matches

by ashutosh
Fri Feb 23, 2007 3:48 pm
Forum: JFreeChart
Topic: Hiding a particular stack in the stack bar chart (Plz help)
Replies: 0
Views: 2360

Hiding a particular stack in the stack bar chart (Plz help)

Hi Everyone, I have a situation that I want to Hide a particular stack or slab in the stacked bar chart. I'm using Stacked bar Chart. For example: I have dataset values as 1000, 2000,3000, 4000, 5000 so the stacked barchart will drawn with 5 stackes. if I want to hide stack of 3000 so that two stack...
by ashutosh
Tue Feb 20, 2007 1:06 pm
Forum: JFreeChart
Topic: Bar must starts from some other mark rather than zero.
Replies: 0
Views: 2300

Bar must starts from some other mark rather than zero.

Hi All,

I am using the Category BarChart. I want that my bar should start from 500 mark rather than starting from 0(zero). How can I do that? Please help!!!! its urgent.
by ashutosh
Mon Feb 19, 2007 4:32 pm
Forum: JFreeChart
Topic: Adding Label on the Chart....
Replies: 5
Views: 8516

Hi David,

As I'm using the Category bar chart the numeric value 0-1000 with interval of 50 (0-50, 50-100, 100-150......300-350) will be on Y-axis.
by ashutosh
Mon Feb 19, 2007 5:35 am
Forum: JFreeChart
Topic: Adding Label on the Chart....
Replies: 5
Views: 8516

David, This was my query last time..... While Ploting a Category Bar Chart can there be some gap between the Ploting of the same bar graph. For Example: Let say, I am having a dynamic bar graph with single category that plots the bar from 0-1000 with an interval of 50. So if it plots the bar from 0-...
by ashutosh
Fri Jan 19, 2007 8:11 am
Forum: JFreeChart
Topic: Adding Label on the Chart....
Replies: 5
Views: 8516

Re: Adding Label on the Chart....

1. How can I add a label or annotation on the Chart?? I have a Single Category bar, on which LabelGenerator is generating the values when dataset is getting refreshed. So I want a label of system time stamp should be visible on the Plot Area beside the bar where value is visible. The reason JFreeCh...
by ashutosh
Thu Jan 18, 2007 2:29 pm
Forum: JFreeChart
Topic: Adding Label on the Chart....
Replies: 5
Views: 8516

Adding Label on the Chart....

Hi Everyone, I want to ask a few questions : 1. How can I add a label or annotation on the Chart?? I have a Single Category bar, on which LabelGenerator is generating the values when dataset is getting refreshed. So I want a label of system time stamp should be visible on the Plot Area beside the ba...
by ashutosh
Wed Jan 10, 2007 1:48 pm
Forum: JFreeChart
Topic: Dynamic Graph
Replies: 3
Views: 7035

Hi DeviPriya, I’m a naive user of JfreeChart, please find the code below and see if it is useful to you. Sorry if it seems stupid ;-). If im correct let me know, so that I can improve the code! ;-) import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartFrame; import org.jfree.chart.JFreeC...
by ashutosh
Fri Jan 05, 2007 7:49 am
Forum: JFreeChart
Topic: Bar Chart Ploting and Interval marker Question
Replies: 0
Views: 2130

Bar Chart Ploting and Interval marker Question

Hi , I want to ask a question that, While Ploting a Category Bar Chart can there be some gap between the Ploting of the same bar graph. I mean, Let say I am having a dynamic bar graph with single category that plots the bar from 0-1000 with an interval of 50. So if it plots the bar from 0-350 dynami...
by ashutosh
Thu Jan 04, 2007 6:35 am
Forum: JFreeChart
Topic: Chart Ploting Area adjustment Problem
Replies: 0
Views: 1978

Chart Ploting Area adjustment Problem

Hi Everyone, I want to dispaly two charts on a single frame using ChartPanel. But when I'm adding them to the frame, one is displayed properly and other is displayed out of the frame. Now the problem is how can I adjust the Chart Ploting area in a single frame??? Like, Let say, if a Chart is show in...
by ashutosh
Wed Dec 20, 2006 2:30 pm
Forum: JFreeChart
Topic: How can I refresh the Category dataset
Replies: 2
Views: 4830

How can I refresh the Category dataset

Hi Everyone. I'm trying to develope a chart that will take the value for the database and display. some data is inserted in the database at some interval, so the volume of the database is increasing. I want to show the new value in the chart which is continously changing. how can I refresh or how th...
by ashutosh
Wed Dec 20, 2006 2:29 pm
Forum: JFreeChart
Topic: How can I refresh the Category dataset
Replies: 0
Views: 2029

How can I refresh the Category dataset

Hi Everyone. I'm trying to develope a chart that will take the value for the database and display. some data is inserted in the database at some interval, so the volume of the database is increasing. I want to show the new value in the chart which is continously changing. how can I refresh or how th...
by ashutosh
Mon Dec 18, 2006 2:48 pm
Forum: JFreeChart
Topic: Want to refresh the Category dataset
Replies: 0
Views: 2142

Want to refresh the Category dataset

Hi Everyone. I'm trying to develope a chart that will take the value for the database and display. some data is inserted in the database at some interval, so the volume of the database is increasing. I want to show the new value in the chart which is continously changing. how can I refresh or how th...
by ashutosh
Wed Dec 13, 2006 12:15 pm
Forum: JFreeChart
Topic: How can I adjust the width of a bar in Catagory Dataset
Replies: 0
Views: 2101

How can I adjust the width of a bar in Catagory Dataset

Hi,

I'm developing a Category Bar Chart. I want that only one bar should be displayed. But if I give only one dataset to display, the bar which is displayed is streched covering the whole chart area.

Can anybody tell me how can I adjust the width of the bar according to our requierment.

-Ashutosh[
by ashutosh
Tue Dec 12, 2006 8:06 am
Forum: JFreeChart
Topic: Can I add a Swing Component JButton to the XYSeries chart
Replies: 1
Views: 2242

Can I add a Swing Component JButton to the XYSeries chart

Hi,
Can anybody tell me, is it possible to add a Swing button to the XYSeries Chart or DefaultCategoryDataset ChartPanel. If yes then how????
by ashutosh
Tue Dec 12, 2006 6:55 am
Forum: JFreeChart
Topic: How to change the marker lables in XYSeries
Replies: 0
Views: 1939

How to change the marker lables in XYSeries

Hi,

Can anybody tell me how can I set my own markers or change the markers on the X axis and Y axis in XY Series Chart. Right now its starting from 0-1-2-3-4-5-.......and so on, but I need to set it to 1000-2000-3000-40000.....so on, on Y axis. What can I do for that.