The ChartView would gone when pan data
Posted: Fri Nov 11, 2011 5:58 am
I've used the Android demo. For the line serie ,I add it some values like this,
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????
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????