¡@

Home 

java Programming Glossary: stocksymbol

JFreechart candlestick chart weird behaviour on drag

http://stackoverflow.com/questions/18419795/jfreechart-candlestick-chart-weird-behaviour-on-drag

extends JFrame public CandlestickDemo2 String stockSymbol super CandlestickDemo this.setDefaultCloseOperation JFrame.EXIT_ON_CLOSE.. new CandlestickRenderer XYDataset dataset getDataSet stockSymbol XYPlot mainPlot new XYPlot dataset domainAxis rangeAxis renderer.. the chart and chart panel JFreeChart chart new JFreeChart stockSymbol null mainPlot false ChartPanel chartPanel new ChartPanel chart..