Is it possible to Create 3D area chart using jFree ?
If yes, can someone point me to the right direction ?
Any workaround possible?
This is an article explaining the use of Area Chart in JFreeChart. The purpose of an Area Chart is to graphically represent the change in quantitative data over time. Area Charts are actually based of line charts, but the area between the line and the axis is colored (usually) to show a strong emphasis.
JFreeChart Class JFreeChart class is the core class under the org.jfree.chartpackage. This class provides JFreeChart method to create bar charts, line charts, pie charts, and xy plots including time series data. Class Constructor
ChartFrame class under the org.jfree.chart package, provides all frame related functions and utilities. ChartFrame class inherits functionalities from parent classes such as Frame, Window, Container, and Component classes. Class Constructor S.No Constructor and Description
JFreeChart - TimeSeries Chart A time series chart displays sequence of data points, which varies at equal intervals of time. This chapter demonstrates — how we can use JFreeChart to create Time Series Chartfrom a given set of business data. Business Data Let us consider various random numbers generated by using standard Java API Math.random().
No, jfreechart does not support 3d plots.
(Update from comments):
I would also suggest looking at this thread, which suggests some alternatives like: jzy3d, JMathTools, Surface Plotter, JavaPlot, etcetera
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With