Search found 1 match

by kafka
Wed Feb 13, 2008 3:46 pm
Forum: JFreeChart - Stockmarket
Topic: addAnnotation(pointer) doesn't work for CandlestickChart
Replies: 1
Views: 9897

addAnnotation(pointer) doesn't work for CandlestickChart

Hi, is it true, that addAnnotation doesn't work for CandlestickChart? If yes, what can I use as an alternative? COde: JFreeChart chart = ChartFactory.createCandlestickChart("TradeGraph", "day", "value", highLowDataset, true); XYPlot xy = chart.getXYPlot(); XYPointerAnnotation pointer2 = new XYPointe...