Is it possible to have a label for a particular xValue on the chart?
Thanks.
Search found 4 matches
- Wed Jun 17, 2009 2:48 pm
- Forum: JFreeChart
- Topic: Label for a particular xValue on the Chart
- Replies: 0
- Views: 2283
- Mon Jun 15, 2009 1:31 pm
- Forum: JFreeChart
- Topic: Can a dataLabel be set to a XYDataset ?
- Replies: 2
- Views: 3981
Can a dataLabel be set to a XYDataset ?
Hi All,
Do we have something similar to the IlvDefaultDataSet (setDataLabel/getDataLabel options) in Jfree for XYDataset ?
-Thanks
Do we have something similar to the IlvDefaultDataSet (setDataLabel/getDataLabel options) in Jfree for XYDataset ?
-Thanks
- Mon May 18, 2009 6:53 am
- Forum: JFreeChart
- Topic: JFreeChart in an Eclipse RCP applciation
- Replies: 1
- Views: 4596
JFreeChart in an Eclipse RCP applciation
I am using JFreeChart in an RCP application and I get this error - java.lang.NoClassDefFoundError: org/jfree/util/PublicCloneable I have created an OSGI bundle wrapper for these dependencies jfreechart - Version 1.0.11 jcommon - Version 1.0.14 Can you pls let me know whether the error is with the ve...
- Fri May 08, 2009 7:01 am
- Forum: JFreeChart
- Topic: JFreeChart as an OSGI bundle
- Replies: 0
- Views: 2437
JFreeChart as an OSGI bundle
Hello, I am using the JFreechart and JCommon in an Eclipse RCP applciation and need them to be an OSGI component. Please let me know whether this is available. I tried to make it OSGI compatible by wrapping it in a project, but it needs " gnujaxp:gnujaxp:java-source". Please let me know how I can so...