Is it possible to angle the axes of a chart in 3D? In particular, I'm working with createBarChart3D. The only configuration options are in the constructor of BarRenderer3D
for x & y offsets. Web searches have only lead to questions about rotating the labels in 3D and consulting the API documentation for CategoryAxis3D
and NumberAxis3D
, I was unable to find any function for axis rotation.
This is what I have:
This is what I want:
How can this be done in JFreeChart?