Search found 5 matches

by Didi-chan
Tue Mar 03, 2009 8:51 am
Forum: JFreeChart
Topic: Extra-Axis in the same plane?
Replies: 4
Views: 3096

Re: Extra-Axis in the same plane?

Thank you. Actually, i had already heard about that system of null values series. But i wanted to avoid it because, I am not talking about two datasets, as I said before, it could be a lot of them. But I have read a lot about this and it seems that I have not a better option. I asked here because I ...
by Didi-chan
Mon Mar 02, 2009 10:12 am
Forum: JFreeChart
Topic: Display 2 datasets as stacked charts using dual axis
Replies: 3
Views: 5211

Re: Display 2 datasets as stacked charts using dual axis

Isn't there a way to do it without that "null series" stuff??
by Didi-chan
Mon Mar 02, 2009 10:05 am
Forum: JFreeChart
Topic: How to change X-Axis scale orientation
Replies: 2
Views: 2425

Re: How to change X-Axis scale orientation

You mean the labels of the tick units??? If you are working with CategoryAxis: Horizontal --> domainAxis.setCategoryLabelPositions(CategoryLabelPositions.STANDARD); Vertical --> domainAxis.setCategoryLabelPositions(CategoryLabelPositions.DOWN_90); If you are working with a ValueAxis: Horizontal --> ...
by Didi-chan
Mon Mar 02, 2009 8:58 am
Forum: JFreeChart
Topic: Extra-Axis in the same plane?
Replies: 4
Views: 3096

Re: Extra-Axis in the same plane?

Thank you very very much for answer me, but I think that won't do. The first solution because, I need both bars to be showed. The second solution either because I need to see the entire bars, not just a portion. And something else, what I need to do is some kind of dinamic graphic. I mean, I can't a...
by Didi-chan
Fri Feb 27, 2009 2:08 pm
Forum: JFreeChart
Topic: Extra-Axis in the same plane?
Replies: 4
Views: 3096

Extra-Axis in the same plane?

First of all, I want to apologize for my English, I am from Spain so this is difficult to me. Ok, I have the next problem. I have made a graph with an extra-axis. The problem is that the bars from the extra axis are hidden because, the bars of the principal axis are showed first. You can only see th...