In the example given below we have extended class ApplicationFrame to create a frame and also pass a string value to the constructor of ApplicationFrame class by using super keyword that will be name of the created frame.
The method used in this example are described below:
pack(): This method invokes the layout manager.
centerFrameOnScreen(): This method is used for the position of the frame in the middle of the screen.
setVisible(): This method is used for display frame on the screen.
DefaultHighLowDataset(): DefaultHighLowDataset class object takes series Key, array of date type, double type array of high values, double type array of low values, double type array of open values, double type array of close values, double type array of volume values
createBoxAndWhiskerChart(): This method is used to create box and whisker chart for given values. It takes title, domain axis label, range axis label, dataset and legend as parameters.
setBackgroundPaint(): This method is used to set the paint used to fill the chart background.
BoxAndWhiskerChart.java
import java.util.Calendar;
|

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Candle Stick Chart Example using JFreeChart
Post your Comment