|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartViewSeriesListener
Chart view series listener interface.
| Method Summary | |
|---|---|
void |
seriesCleared(ChartView chartView)
Fired when a chart view's series data is cleared. |
void |
seriesInserted(ChartView chartView,
int index)
Fired when a series is inserted into a chart view's data set. |
void |
seriesRemoved(ChartView chartView,
int index,
int count)
Fired when a series is removed from a chart view's data set. |
void |
seriesSorted(ChartView chartView)
Fired when a chart view's series data is sorted. |
void |
seriesUpdated(ChartView chartView,
int index)
Fired when a series is updated in a chart view's data set. |
| Method Detail |
|---|
void seriesInserted(ChartView chartView,
int index)
chartView - index -
void seriesRemoved(ChartView chartView,
int index,
int count)
chartView - index - count - void seriesCleared(ChartView chartView)
chartView -
void seriesUpdated(ChartView chartView,
int index)
chartView - index - void seriesSorted(ChartView chartView)
chartView -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||