Chart Model"

From Documentation
Line 3: Line 3:
 
{{Template:UnderConstruction}}
 
{{Template:UnderConstruction}}
  
 +
ZK provides chart model <ref>[[ZK_Developer's_Reference/MVC/Model/Chart_Model | ZK Developer's Reference Chart Model]]</ref> to handle data in chart. ZK Charts also support these models. Below is the table of type and model.
 +
 +
== Type and Model ==
  
 
{| border="1"
 
{| border="1"
Line 73: Line 76:
  
 
|}
 
|}
 +
 +
The exmaple of chart model can be founld [[ZK_Component_Reference/Diagrams_and_Reports/Chart#Example | here]].
 +
 +
= References =
 +
 +
<references/>
 +
 
{{ZKChartsEssentialsPageFooter}}
 
{{ZKChartsEssentialsPageFooter}}

Revision as of 04:47, 5 March 2014

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

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

Type
Model
line
CategoryModel or XYModel
spline
CategoryModel or XYModel
area
CategoryModel or XYModel
areaspline
CategoryModel or XYModel
arearange
XYZModel
areasplinerange
XYZModel
bar
CategoryModel or XYModel
column
CategoryModel or XYModel
pie
SingleValueCategoryModel
scatter
XYModel
bubble
XYModel or XYZModel
gauge
DialModel
polar
XYModel
errorbar
XYModel
waterfall
CategoryModel or XYModel
funnel
SingleValueCategoryModel

The exmaple of chart model can be founld here.

References

< Get Complete Source Code of This Book >


Last Update : 2014/03/05

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.