Chart Model
From Documentation
Revision as of 07:28, 5 March 2014 by Raymondchao (talk | contribs)
ZK provides chart model [1] to handle data in chart. ZK Charts also support these models.
Type and Supported Model on Each Type
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 >