Search found 2 matches
- Fri Mar 02, 2012 7:49 pm
- Forum: JFreeChart
- Topic: Barchart plots only even values with Timeseries
- Replies: 0
- Views: 2598
Barchart plots only even values with Timeseries
Hi, I am trying to draw a bar chart that has an underlying time series private TimeSeriesCollection tsDataset = new TimeSeriesCollection(); private TimeSeries wv= new TimeSeries("wv"); private JFreeChart createChart() { JFreeChart c = ChartFactory.createXYBarChart("X!", "Date", true, "var", tsDatase...
- Fri Mar 02, 2012 12:09 pm
- Forum: JFreeChart - Stockmarket
- Topic: CandleStickChart issue - Candles do not have the correct dat
- Replies: 0
- Views: 11149
CandleStickChart issue - Candles do not have the correct dat
I have created a candleStickChart and have added another XYLineAndShapeRenderer. See data below. When my graph is displayed, I get highs, lows, closes at the correct date, but the candlesticks are in correctdate+29 minutes(in the middle of the periods). The date in the tooltip shows as well the corr...