Search found 6 matches

by Pegasus
Thu Oct 08, 2009 1:55 pm
Forum: JFreeChart
Topic: How is the y-axis?
Replies: 2
Views: 3411

Re: How is the y-axis?

:D
rangeAxis.setUpperMargin(0.15);
by Pegasus
Wed Oct 07, 2009 5:33 pm
Forum: JFreeChart
Topic: How is the y-axis?
Replies: 2
Views: 3411

How is the y-axis?

How is the y-axis?, I want more height. cover their numbers above the column.
by Pegasus
Wed Oct 07, 2009 3:26 pm
Forum: JFreeChart
Topic: How to put the data on the bar?
Replies: 1
Views: 2513

Re: How to put the data on the bar?

The solution: I was able to generate the bar labels at the top of each bar with the following code Code: renderer.setBaseItemLabelGenerator(new StandardCategoryItemLabelGenerator()); renderer.setBaseItemLabelsVisible(true); renderer.setBasePositiveItemLabelPosition(new ItemLabelPosition(ItemLabelAnc...
by Pegasus
Wed Oct 07, 2009 1:07 pm
Forum: JFreeChart
Topic: Stacked Bar Chart Labels Position and Value Marker Problem
Replies: 15
Views: 35099

Re: Stacked Bar Chart Labels Position and Value Marker Problem

hi, maybe you can help me. I wanted to know what the property which the data is written on the vertical bar, as your third image.Thanks.
by Pegasus
Wed Oct 07, 2009 12:56 pm
Forum: JFreeChart
Topic: How to put the data on the bar?
Replies: 1
Views: 2513

How to put the data on the bar?

How to put the data on the bar? on top the bar? :?: :( I am newbie