Chart Model
From Documentation
Revision as of 17:15, 5 March 2014 by Raymondchao (talk | contribs)
Supported Model
ZK provides chart model [1] to handle data in chart. ZK Charts also supports these models.
Type and Supported 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.
Manipulating Model
Manipulating chart model with chart is the same as other ZK components handling their supporting models. Models are the perfect way for developers to interact with the charts as they shield developers from complexities that they need not know or interact with. In addition to this ZK model support many design patterns including (but not limited to) MVC and MVVM, which are both fully supported patterns.
References
< Get Complete Source Code of This Book >