Chart Model
From Documentation
ZK provides chart model [1] to handle data in chart. ZK Charts also support these models. Below is the table of type and model.
Type and Model
CategoryModel or XYModel | |
CategoryModel or XYModel | |
CategoryModel or XYModel | |
CategoryModel or XYModel | |
XYZModel | |
XYZModel | |
CategoryModel or XYModel | |
CategoryModel or XYModel | |
SingleValueCategoryModel | |
XYModel | |
XYModel or XYZModel | |
DialModel | |
XYModel | |
XYModel | |
CategoryModel or XYModel | |
SingleValueCategoryModel |
The exmaple of chart model can be found in Chart Example.
References
< Get Complete Source Code of This Book >