Package org.zkoss.chart.plotOptions
Class FunnelDataLabels
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.plotOptions.DataLabels
-
- org.zkoss.chart.plotOptions.PieDataLabels
-
- org.zkoss.chart.plotOptions.FunnelDataLabels
-
- All Implemented Interfaces:
Serializable,OptionDataListener,org.zkoss.json.JSONAware
public class FunnelDataLabels extends PieDataLabels
An option of data labels used for FunnelAll the options in this class support
DynamicalAttribute.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description FunnelDataLabels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectorColor()Returns the color of the line connecting the data label to the pie slice.voidsetConnectorColor(String connectorColor)Sets the color of the line connecting the data label to the pie slice.-
Methods inherited from class org.zkoss.chart.plotOptions.PieDataLabels
getConnectorPadding, getConnectorWidth, getDistance, isEnabled, setConnectorPadding, setConnectorWidth, setDistance, setDistance, setEnabled
-
Methods inherited from class org.zkoss.chart.plotOptions.DataLabels
getAlign, getAllowOverlap, getBackgroundColor, getBorderColor, getBorderRadius, getBorderWidth, getColor, getConnectorShape, getDefer, getFilter, getFormat, getFormatter, getHeaders, getLinkFormat, getLinkTextPath, getNodeFormat, getNodeFormatter, getNullFormat, getNullFormatter, getOverflow, getPadding, getPointFormat, getRotation, getRotationMode, getShadow, getShape, getStyle, getTextPath, getVerticalAlign, getX, getY, getZIndex, isAlternate, isCrop, isInside, isShadow, isSoftConnector, isUseHTML, setAlign, setAllowOverlap, setAlternate, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderColor, setBorderColor, setBorderRadius, setBorderRadius, setBorderWidth, setColor, setColor, setColor, setColor, setConnectorShape, setCrop, setDefer, setFilter, setFormat, setFormatter, setHeaders, setInside, setLinkFormat, setLinkTextPath, setNodeFormat, setNodeFormatter, setNullFormat, setNullFormatter, setOverflow, setPadding, setPointFormat, setRotation, setRotation, setRotationMode, setShadow, setShadow, setShape, setSoftConnector, setStyle, setStyle, setTextPath, setUseHTML, setVerticalAlign, setX, setY, setZIndex
-
Methods inherited from class org.zkoss.chart.Optionable
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, setAttr, toJSONString, toString
-
-
-
-
Method Detail
-
setConnectorColor
public void setConnectorColor(String connectorColor)
Sets the color of the line connecting the data label to the pie slice.Defaults to #606060.
- Overrides:
setConnectorColorin classPieDataLabels
-
getConnectorColor
public String getConnectorColor()
Returns the color of the line connecting the data label to the pie slice.Defaults to #606060.
- Overrides:
getConnectorColorin classPieDataLabels
-
-