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

java.lang.Object
  extended by org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
      extended by org.zkoss.zkmax.zul.fusionchart.config.SingleValueCategoryChartConfig
          extended by 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

Field Summary
static java.lang.String CATEGORY_PROPERTY_COLOR
          Properties key used in Category Properties.
static java.lang.String CHART_PROPERTY_DECIMAL_PRECISION
          decimal precision of values 0 = off, 1 = sliced
static java.lang.String CHART_PROPERTY_IS_SLICED
          separate the funnel segments 0 = off, 1 = sliced
static java.lang.String CHART_PROPERTY_SHOW_VALUES
          show values 0 = off, 1 = sliced
 
Fields inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
props
 
Constructor Summary
FunnelChartConfig()
           
 
Method Summary
 
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.SingleValueCategoryChartConfig
getCategoryPropertiesMap
 
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
 

Field Detail

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"

Constructor Detail

FunnelChartConfig

public FunnelChartConfig()


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