.Yes you can, if you have access to the JFreeChart demo code just modify SlidingCategoryDatasetDemo2 and replace createBarChart3D with createBarChart3D and you will get this:
You will need to use a SlidingCategoryDataset. You can find the source code and demos here JFreeChart