Search found 1 match
- Fri Oct 03, 2008 7:26 pm
- Forum: JFreeChart - Stockmarket
- Topic: Default Labels on X Axis in Candel Stick Chart
- Replies: 0
- Views: 8132
Default Labels on X Axis in Candel Stick Chart
Hi there, I am new here and trying to draw a candel stick bar and am using the following code JFreeChart chart = ChartFactory.createCandlestickChart("HighLow Chart","Date","Dow",dataset,true); for some reason x-axis labels are always set to default values like 4-jan/11-jan/18-jan... but the data act...