org.zkoss.zkmax.zul.fusionchart.config
Class FunnelChartConfig
java.lang.Object
org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
org.zkoss.zkmax.zul.fusionchart.config.SingleValueCategoryChartConfig
org.zkoss.zkmax.zul.fusionchart.config.FunnelChartConfig
- All Implemented Interfaces:
- ChartConfig, ChartInfoNotifier
public class FunnelChartConfig
- extends SingleValueCategoryChartConfig
The funnel chart property lets you control a variety of functional elements on
the chart with {link SingleValueCategoryModel}.
All property of chart, please refer to the following reference document.
Funnel Chart.
- Since:
- 6.5.3
- Author:
- robertwenzel
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 |
CHART_PROPERTY_IS_SLICED
public static final java.lang.String CHART_PROPERTY_IS_SLICED
- separate the funnel segments 0 = off, 1 = sliced
- See Also:
- Constant Field Values
CHART_PROPERTY_SHOW_VALUES
public static final java.lang.String CHART_PROPERTY_SHOW_VALUES
- show values 0 = off, 1 = sliced
- See Also:
- Constant Field Values
CHART_PROPERTY_DECIMAL_PRECISION
public static final java.lang.String CHART_PROPERTY_DECIMAL_PRECISION
- decimal precision of values 0 = off, 1 = sliced
- See Also:
- Constant Field Values
CATEGORY_PROPERTY_COLOR
public static java.lang.String CATEGORY_PROPERTY_COLOR
- Properties key used in Category Properties.
"color"
FunnelChartConfig
public FunnelChartConfig()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.