Code: Select all
String[] str2 = new String[]{"a","b","c","d","e","f","g","h","i","j"};
for (String s:str2) {
series.add(s);
}
and I select the Tool to PanData, drag the serie to left untile the serie was invisible .
Then the chartView would gone. Is it a bug????