Search found 31 matches
- Fri Mar 11, 2005 4:59 am
- Forum: JFreeChart
- Topic: Bar Width in 0.9.13
- Replies: 0
- Views: 2114
Bar Width in 0.9.13
Hi all, is there any way to set the Bar width in a BarChart3D,? I'm using 0.9.13. I found BarRenderer.setBarWidth( double width ); but this method is protected and can't be called directly. Thanks for any clue.
- Thu Dec 25, 2003 10:41 am
- Forum: JFreeChart
- Topic: How to decide the tick label location myself?
- Replies: 0
- Views: 2408
How to decide the tick label location myself?
It's in LineChart using CategoryAxis.
I noticed that if the value is negative, the tick label will be under the value point automatically. Now, how can i make it under the point when the value is not negative.
thanks!
I noticed that if the value is negative, the tick label will be under the value point automatically. Now, how can i make it under the point when the value is not negative.
thanks!
- Tue Nov 25, 2003 2:12 am
- Forum: JFreeChart
- Topic: Pie chart overlaped labels
- Replies: 3
- Views: 5727
- Thu Nov 20, 2003 8:08 am
- Forum: JFreeChart
- Topic: Pie chart overlaped labels
- Replies: 3
- Views: 5727
- Fri Nov 14, 2003 11:00 am
- Forum: JFreeChart
- Topic: Can anyone see me?
- Replies: 5
- Views: 7095
- Fri Nov 14, 2003 10:40 am
- Forum: JFreeChart
- Topic: How to make the Section and Label have the same color?
- Replies: 3
- Views: 4700
- Fri Nov 14, 2003 3:12 am
- Forum: JFreeChart
- Topic: How to make the Section and Label have the same color?
- Replies: 3
- Views: 4700
How to make the Section and Label have the same color?
thus:
In Piechart
1. How to get the color of each Section.
2. How to set the color of each Section Label.
In Piechart
1. How to get the color of each Section.
2. How to set the color of each Section Label.
- Fri Nov 14, 2003 2:14 am
- Forum: JFreeChart
- Topic: How to display more information in PieChart's label
- Replies: 9
- Views: 15008
- Thu Nov 13, 2003 10:52 am
- Forum: JFreeChart
- Topic: Can anyone see me?
- Replies: 5
- Views: 7095
- Thu Nov 13, 2003 7:22 am
- Forum: JFreeChart
- Topic: How to display more information in PieChart's label
- Replies: 9
- Views: 15008
- Thu Nov 13, 2003 6:35 am
- Forum: JFreeChart
- Topic: Chart smoothing?
- Replies: 4
- Views: 5048
Hi there:
I'm after the thing like Stacey. But the link http://www.object-refinery.com/phorum-3 ... 712&t=3712 said "Our forums have moved to http://www.jfree.org/phpBB2/index.php.". How can I locate to the appropriate post pls?
I'm after the thing like Stacey. But the link http://www.object-refinery.com/phorum-3 ... 712&t=3712 said "Our forums have moved to http://www.jfree.org/phpBB2/index.php.". How can I locate to the appropriate post pls?
- Thu Nov 13, 2003 2:38 am
- Forum: JFreeChart
- Topic: How to display more information in PieChart's label
- Replies: 9
- Views: 15008
- Fri Nov 07, 2003 8:53 am
- Forum: JFreeChart
- Topic: How to display more information in PieChart's label
- Replies: 9
- Views: 15008
- Fri Nov 07, 2003 8:31 am
- Forum: JFreeChart
- Topic: Can anyone see me?
- Replies: 5
- Views: 7095
Can anyone see me?
Good MORNING I asked several questions here in this forum, but I haven't got even one reply yet, is it just because I'm on the other side of the world and my time zone is so faraway from London? Maybe my English is too poor to be understood. Can anyone understand my English? Or maybe my way of askin...
- Wed Nov 05, 2003 6:50 am
- Forum: JFreeChart
- Topic: setUpperMargin dosen't work when the values are the same
- Replies: 0
- Views: 2385
setUpperMargin dosen't work when the values are the same
I use in line chart. it works well. But when there is only one line in the chart and the values of all points of the line are equal, the line and the value label goes out of the top of the rangeAxis and been cut.
Help!
Code: Select all
(NumberAxis)categoryplot.getRangeAxis().setUpperMargin();
Help!