Search found 1 match

by aiza
Tue Aug 20, 2013 7:39 am
Forum: JFreeChart - Stockmarket
Topic: how to draw...
Replies: 4
Views: 49708

Re: how to draw...

SymbolAxis assumes that your x values are 0, 1, 2 etc It is up to your code to generate an array containing the String formatted timestamps and supply them to the SymbolAxis constructor. Then the SymbolAxis merely interprets the xvalue 0,1,2 as an index into the array.