public interface ChartsModel
PieModel
: one series of data objects. Each data object contains the category name and numeric value of a pie.CategoryModel
: n series of data objects. Each data object contains the category name and associated numeric value .XYModel
: n series of data objects. Each data object contains an (x,y) pair.XYZModel
: n series of data objects. Each data object contains an (x,y,z) pair; since 3.5.0Charts
use to get the value of data.Charts
,
PieModel
,
SingleValueCategoryModel
,
CategoryModel
,
XYModel
,
XYZModel
Modifier and Type | Method and Description |
---|---|
void |
addChartsDataListener(ChartsDataListener l)
Adds a listener to the chart that's notified each time a change
to the data model occurs.
|
void |
removeChartsDataListener(ChartsDataListener l)
Removes a listener from the chart that's notified each time
a change to the data model occurs.
|
void addChartsDataListener(ChartsDataListener l)
void removeChartsDataListener(ChartsDataListener l)
Copyright © 2005-2022 Potix Corporation. All Rights Reserved.