org.zkoss.zkmax.zul.fusionchart.config
Class SingleValueCategoryChartConfig

java.lang.Object
  extended by org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
      extended by org.zkoss.zkmax.zul.fusionchart.config.SingleValueCategoryChartConfig
All Implemented Interfaces:
ChartConfig, ChartInfoNotifier
Direct Known Subclasses:
FunnelChartConfig, PieChartConfig

public class SingleValueCategoryChartConfig
extends AbstractChartConfig

The chartPropery and categoryPropertiesMap property let you control a variety of functional elements on the chart (or a single category) with {link SingleValueCategoryModel}.

All properties of chart, please refer to the following reference document.
Pie 2D Chart.
Pie 3D Chart.
Funnel Chart.

Since:
6.5.3
Author:
robertwenzel

Field Summary
 
Fields inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
props
 
Constructor Summary
SingleValueCategoryChartConfig()
           
 
Method Summary
 CategoriesPropertiesMap getCategoryPropertiesMap()
          Return the category config.
 
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
addChartDataListener, addPropertyListener, getBgAlpha, getBgColor, getChartProperties, initChartProperties, isAnimation, removeChartDataListener, removePropertyListener, setAnimation, setBgAlpha, setBgColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleValueCategoryChartConfig

public SingleValueCategoryChartConfig()
Method Detail

getCategoryPropertiesMap

public CategoriesPropertiesMap getCategoryPropertiesMap()
Return the category config.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo