Hi,
Is it possible to create StackedHorizontalBarChart3D ?
Sincerely,
Mikio Kishi
About "StackedHorizontalBarChart3D"
Re: About "StackedHorizontalBarChart3D"
Hi Mikio,
It isn't...the 3D effect has only been added to the stacked vertical bar chart so far. If you look at the difference between StackedVerticalBarRenderer.java and StackedVerticalBarRenderer3D.java, you might be able to work out how to write a StackedHorizontalBarRenderer3D.java file. I'll do this at some point, but I have a million other things to complete first.
Regards,
DG.
It isn't...the 3D effect has only been added to the stacked vertical bar chart so far. If you look at the difference between StackedVerticalBarRenderer.java and StackedVerticalBarRenderer3D.java, you might be able to work out how to write a StackedHorizontalBarRenderer3D.java file. I'll do this at some point, but I have a million other things to complete first.
Regards,
DG.
Re: About "StackedHorizontalBarChart3D"
Hi David,
I see.
Now, I try to implement StackedHorizontalBarRenderer3D.java.
But if I have some questions about this, please give me some advice.
Sincerely,
Mikio Kishi
I see.
Now, I try to implement StackedHorizontalBarRenderer3D.java.
But if I have some questions about this, please give me some advice.
Sincerely,
Mikio Kishi
Re: About "StackedHorizontalBarChart3D"
Hi David,
I have one question about implement of "StackedHorizontalBarRenderer3D.java".
I think that it is possible to create
"StackedHorizontalBarRenderer3D.java" by only replacing X plot with Y plot
in "StackedVerticalBarRenderer3D.java" .
Is this right ?
Sincerely,
Mikio Kishi
I have one question about implement of "StackedHorizontalBarRenderer3D.java".
I think that it is possible to create
"StackedHorizontalBarRenderer3D.java" by only replacing X plot with Y plot
in "StackedVerticalBarRenderer3D.java" .
Is this right ?
Sincerely,
Mikio Kishi
Re: About "StackedHorizontalBarChart3D"
The code will be very similar, you'll just need to swap around the x's and y's, and change the direction of the 3D effect.
Regards,
DG.
Regards,
DG.
Re: About "StackedHorizontalBarChart3D"
I implemented "StackedHorizontalBarRenderer3D.java".
This program can be downloaded from the following URL.
Please check my program.
http://www.jaist.ac.jp/~mkishi/JFreeCha ... rer3D.java
Additionally, I think that it is better to call drawCategoryItem() in
HorizontalCategoryPlot.render() from "bottom" category
because of overlap of bars.
Sincerely,
Mikio Kishi
This program can be downloaded from the following URL.
Please check my program.
http://www.jaist.ac.jp/~mkishi/JFreeCha ... rer3D.java
Additionally, I think that it is better to call drawCategoryItem() in
HorizontalCategoryPlot.render() from "bottom" category
because of overlap of bars.
Sincerely,
Mikio Kishi