Please tell where to use the result variable and how to get the category and category count value.
I need 1,2,3,4 | 1,2,3,4 | 1,2,3,4
I got the tick marks but i need it in the center of the categories.
Search found 19 matches
- Mon Apr 18, 2011 1:32 pm
- Forum: JFreeChart
- Topic: Marks between categories
- Replies: 4
- Views: 6511
- Mon Apr 18, 2011 11:06 am
- Forum: JFreeChart
- Topic: Line separator in grouping
- Replies: 5
- Views: 6753
Re: Line separator in grouping
Hi ,
I got the output finally by using this thread http://www.jfree.org/phpBB2/viewtopic.p ... 19&start=0.But my problem is,it has two domain axis i don't know how to combine two domain axis in a single plot.Please tell any idea.(Both domain axis should be in bottom)
I got the output finally by using this thread http://www.jfree.org/phpBB2/viewtopic.p ... 19&start=0.But my problem is,it has two domain axis i don't know how to combine two domain axis in a single plot.Please tell any idea.(Both domain axis should be in bottom)
- Fri Apr 15, 2011 8:34 am
- Forum: JFreeChart
- Topic: Line separator in grouping
- Replies: 5
- Views: 6753
Re: Line separator in grouping
I couldn't able to understand the previous thread example.
Please provide any sample program.
How to use drawtickmarks() ?
Please provide any sample program.
How to use drawtickmarks() ?
- Tue Apr 12, 2011 11:12 am
- Forum: JFreeChart
- Topic: Line separator in grouping
- Replies: 5
- Views: 6753
Line separator in grouping
Hi,
I need to draw a line separator in every grouping(ex : 1 23 4 | 1 2 3 4 | 1 2 3 4) of x axis .is it possible?if it is possible then please give any sample.Its very urgent.
I need to draw a line separator in every grouping(ex : 1 23 4 | 1 2 3 4 | 1 2 3 4) of x axis .is it possible?if it is possible then please give any sample.Its very urgent.
- Wed Mar 23, 2011 7:08 am
- Forum: JFreeChart
- Topic: Adding dot lines in the grid
- Replies: 3
- Views: 4883
Re: Adding dot lines in the grid
How to add the value markers...Give any sample for that...
- Tue Mar 22, 2011 5:34 pm
- Forum: JFreeChart
- Topic: Adding dot lines in the grid
- Replies: 3
- Views: 4883
Adding dot lines in the grid
Hi, Is it possible to add dot lines in the grid only for the selected values.For example the y-axis value is (0,25,50,100,125,150,175,200) .In that i want to add dot lines (with specific color) only the value containing 100 and 200.For other values it should be straight line.. plot.setRangeGridlines...
- Mon Mar 21, 2011 7:45 am
- Forum: JFreeChart
- Topic: Add attachements in the forum
- Replies: 0
- Views: 4505
Add attachements in the forum
How to add attachments or image in the forum?
- Mon Mar 21, 2011 7:26 am
- Forum: JFreeChart
- Topic: Adding dot line in the chart
- Replies: 4
- Views: 7943
Adding dot line in the grid of the chart
Thanks for the reply
I need the dot line for the grid not for the graph....
I need the dot line for the grid not for the graph....
Code: Select all
plot.setRangeGridlinesVisible(true);
plot.setRangeGridlinePaint(Color.LIGHT_GRAY);
plot.setRangeGridlineStroke(new BasicStroke(1.0F));
- Sat Mar 19, 2011 7:10 am
- Forum: JFreeChart
- Topic: Adding dot line in the chart
- Replies: 4
- Views: 7943
Re: Adding dot line in the chart
Please give any sample for that...
- Fri Mar 18, 2011 7:25 pm
- Forum: JFreeChart
- Topic: Adding dot line in the chart
- Replies: 4
- Views: 7943
Adding dot line in the chart
Hi,
Is it possible to add dot lines only for the selected values.For example the y-axis value is (0,25,50,100,125,150,175,200) .In that i want to add dot lines (with specific color) only the value containing 100 and 200.For other values it should be straight line..
Is it possible to add dot lines only for the selected values.For example the y-axis value is (0,25,50,100,125,150,175,200) .In that i want to add dot lines (with specific color) only the value containing 100 and 200.For other values it should be straight line..
- Tue Mar 15, 2011 2:36 pm
- Forum: JFreeChart
- Topic: Importing JFreeChart in Report
- Replies: 0
- Views: 5363
Importing JFreeChart in Report
Hi, Sorry to ask questions regarding Reports in this forum because i can't able to post the messages in pentaho forum due to some problem. I have to embedded the chart(Dynamic) in the report .I don't know how to embedded the chart,i have placed the code below... Red color code contains chart object ...
- Mon Mar 14, 2011 8:28 pm
- Forum: JFreeChart
- Topic: JFreeReport
- Replies: 2
- Views: 12576
Re: JFreeReport
Thanks for the reply. I can't able to post the messages in pentaho forum even though i have username and password... So I will ask questions here only for the chart implementation in report. I have created the chart using jfreechart and i have the user details in the data base . I have to create a r...
- Sat Mar 12, 2011 8:42 pm
- Forum: JFreeChart
- Topic: JFreeReport
- Replies: 2
- Views: 12576
JFreeReport
Hi,
Is JFreeReport still there ...If it is available where i can download that...
Is JFreeReport still there ...If it is available where i can download that...
- Fri Mar 11, 2011 2:22 pm
- Forum: JFreeChart
- Topic: grouping the x axis with month and week
- Replies: 3
- Views: 5326
Re: grouping the x axis with month and week
Sorry I don't know how to use that extended category ....can you give some example how to use that...Is there any cell spacing so that we can align that automatically
- Thu Mar 10, 2011 2:24 pm
- Forum: JFreeChart
- Topic: Hardcoded Y-axis value
- Replies: 1
- Views: 3024
Hardcoded Y-axis value
Hi,
I need to set the constant Y-axis value in the stackedBarchart like(0,33.3%,66.7%,100% to 300% on left side y-axis and 0,1,2,3,4 to 10 on the ride side y axis).
I need to set the constant Y-axis value in the stackedBarchart like(0,33.3%,66.7%,100% to 300% on left side y-axis and 0,1,2,3,4 to 10 on the ride side y axis).