Search found 3 matches

by va1210
Mon Dec 12, 2005 3:52 pm
Forum: JFreeChart
Topic: Shared intercept on CategoryChart with multiple axes?
Replies: 1
Views: 2692

Shared intercept on CategoryChart with multiple axes?

I have a category bar chart with 2 series, both mapping to their own axis (first on the left, second on the right). The chart looks great when all values are positive, but if one of the series happens to contain a negative value, the chart starts to look goofy (the series with the negative value loo...
by va1210
Fri Sep 03, 2004 3:35 pm
Forum: JFreeChart
Topic: Histogram bar width
Replies: 3
Views: 4482

Histogram bar width

I've created a histogram using ChartFactory.createHistogram() using data the following type of data: x y 0 10 100 20 200 5 300 12 . . . and so on. When I show the chart the bars are really thin (1 in width I think). How can I set the width to the maximum possible, or a fixed amount, say 100? Thanks,...
by va1210
Fri Jul 30, 2004 9:45 am
Forum: JFreeChart - Stockmarket
Topic: Percentage y-ticks for yield-curve
Replies: 1
Views: 10513

Percentage y-ticks for yield-curve

How can I change the y-axis so that it shows a %-character after the tick-label? I am plotting a yield curve and have yield percentages on Y and maturities on X..