Hi ,
How to set x axis label's interval value as we have in MS Excel ?
i will have more than 5000 records in chart dataset ,at that time i need to set the interval between labels
Please help me to solve this .
Regards
Ram
Search found 7 matches
- Tue May 12, 2009 7:41 am
- Forum: JFreeChart
- Topic: How to set the x axis label's interval ?
- Replies: 0
- Views: 1389
- Fri Mar 06, 2009 5:40 am
- Forum: JFreeChart
- Topic: How to change ValueAxis value dynamically ?
- Replies: 9
- Views: 9052
Re: How to change ValueAxis value dynamically ?
Hi paradoxoff,
thank you very much..now its working
Regards
Ram
thank you very much..now its working
Regards
Ram
- Thu Mar 05, 2009 3:53 pm
- Forum: JFreeChart
- Topic: How to change ValueAxis value dynamically ?
- Replies: 9
- Views: 9052
Re: How to change ValueAxis value dynamically ?
Hi Herewith i am sending my sample runnable code. Please correct me,if i am doing wrong import java.awt.Color; import javax.swing.plaf.metal.*; import java.text.NumberFormat; import java.util.*; import java.awt.BorderLayout; import java.awt.Container; import java.awt.Dimension; import java.awt.FlowL...
- Tue Mar 03, 2009 9:07 am
- Forum: JFreeChart
- Topic: How to change ValueAxis value dynamically ?
- Replies: 9
- Views: 9052
Re: How to change ValueAxis value dynamically ?
Hi
metric value changing dynamically i verified that by printing that values before setting in chart
Regards
Ram
metric value changing dynamically i verified that by printing that values before setting in chart
Regards
Ram
- Mon Mar 02, 2009 11:46 am
- Forum: JFreeChart
- Topic: How to change ValueAxis value dynamically ?
- Replies: 9
- Views: 9052
How to change ValueAxis value dynamically ?
Hi, i am facing problem while changing ValueAxis Label value dynamically.. i am able to set the label value only once.the subsequent changes are not reflecting. please find the below code private JFreeChart createChart() { final JFreeChart chartTemp = ChartFactory.createLineChart( "Analysis Graph", ...
- Mon Mar 02, 2009 10:55 am
- Forum: JFreeChart
- Topic: How to change X-Axis scale orientation
- Replies: 2
- Views: 2427
Re: How to change X-Axis scale orientation
Thank you very much chan !!!
Regards
Ram
Regards
Ram
- Mon Mar 02, 2009 8:47 am
- Forum: JFreeChart
- Topic: How to change X-Axis scale orientation
- Replies: 2
- Views: 2427
How to change X-Axis scale orientation
Hi ,i would like to change the xaxis scale orientation(horizontal,vertical).
anybody please tell me how to do that ?
Regards
Ram
anybody please tell me how to do that ?
Regards
Ram