Chart Model
From Documentation
Revision as of 04:47, 5 March 2014 by Raymondchao (talk | contribs)
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 founld here.
References
< Get Complete Source Code of This Book >