Hi Mark,
When you call FinanceChart.setData, please provide the "extraPoints" parameter to remove the data in the red box. For example, in C#/Java, it is like:
// remove the first 20 points
myFinanceChart.setData(timeStamps, highData, lowData, openData, closeData, volData, 20);
Hope this can help.
Regards
Peter Kwan |