public class HIFunnel extends HISeries
| Constructor and Description |
|---|
HIFunnel() |
| Modifier and Type | Method and Description |
|---|---|
HIColor |
getBorderColor() |
java.lang.Number |
getBorderRadius() |
java.lang.Number |
getBorderWidth() |
java.util.ArrayList |
getCenter() |
java.util.ArrayList<java.lang.String> |
getColors() |
java.lang.Number |
getDepth() |
java.lang.Number |
getEndAngle() |
HIColor |
getFillColor() |
java.lang.Object |
getHeight() |
java.lang.Boolean |
getIgnoreHiddenPoint() |
java.lang.Object |
getMinSize() |
java.lang.Object |
getNeckHeight() |
java.lang.Object |
getNeckWidth() |
java.util.HashMap<java.lang.String,java.lang.Object> |
getParams() |
java.lang.Boolean |
getReversed() |
java.lang.Number |
getSlicedOffset() |
java.lang.Number |
getStartAngle() |
java.lang.Number |
getThickness() |
java.lang.Object |
getWidth() |
void |
setBorderColor(HIColor borderColor)
The color of the border surrounding each slice.
|
void |
setBorderRadius(java.lang.Number borderRadius)
/** * description: The corner radius of the border surrounding all points or series.
|
void |
setBorderWidth(java.lang.Number borderWidth)
The width of the border surrounding each slice.
|
void |
setCenter(java.util.ArrayList center)
/** * description: The center of the series.
|
void |
setColors(java.util.ArrayList<java.lang.String> colors)
A series specific or series type specific color set to use instead of the global `colors`.
|
void |
setDepth(java.lang.Number depth)
The thickness of a 3D pie.
|
void |
setEndAngle(java.lang.Number endAngle)
The end angle of the pie in degrees where 0 is top and 90 is right.
|
void |
setFillColor(HIColor fillColor)
If the total sum of the pie's values is 0, the series is represented as an empty circle .
|
void |
setHeight(java.lang.Object height)
The height of the funnel or pyramid.
|
void |
setIgnoreHiddenPoint(java.lang.Boolean ignoreHiddenPoint)
Equivalent to `chart.ignoreHiddenSeries`, this option tells whether the series shall be redrawn as if the hidden point were `null`.
|
void |
setMinSize(java.lang.Object minSize)
The minimum size for a pie in response to auto margins.
|
void |
setNeckHeight(java.lang.Object neckHeight)
The height of the neck, the lower part of the funnel.
|
void |
setNeckWidth(java.lang.Object neckWidth)
The width of the neck, the lower part of the funnel.
|
void |
setReversed(java.lang.Boolean reversed)
A reversed funnel has the widest area down.
|
void |
setSlicedOffset(java.lang.Number slicedOffset)
If a point is sliced, moved out from the center, how many pixels should it be moved?.
|
void |
setStartAngle(java.lang.Number startAngle)
The start angle of the pie slices in degrees where 0 is top and 90 right.
|
void |
setThickness(java.lang.Number thickness)
Thickness describing the ring size for a donut type chart, overriding `innerSize`.
|
void |
setWidth(java.lang.Object width)
The width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
|
addPoint, addPoint, addPoint, addPoint, animate, drawGraph, drawPoints, getAccessibility, getAllowPointSelect, getAnimation, getAnimationLimit, getBoostBlending, getBoostThreshold, getClassName, getClip, getColor, getColorAxis, getColorIndex, getColorKey, getConnectEnds, getConnectNulls, getCrisp, getCropThreshold, getCursor, getCustom, getDashStyle, getData, getDataLabels, getDataSorting, getDefinition, getDescribeSingleSeries, getDescriptionFormat, getDescriptionFormatter, getDragDrop, getEnableMouseTracking, getEvents, getFindNearestPointBy, getGetExtremesFromAll, getId, getInactiveOtherPoints, getIncludeInDataExport, getIndex, getKeys, getLabel, getLegendIndex, getLegendSymbol, getLinecap, getLineWidth, getLinkedTo, getMarker, getName, getNegativeColor, getNullPointValue, getOnPoint, getOpacity, getPoint, getPointAnnotationsDescription, getPointDescriptionEnabledThreshold, getPointDescriptionFormat, getPointDescriptionFormatter, getPointInterval, getPointIntervalUnit, getPointPlacement, getPointStart, getRelativeXValue, getSelected, getShadow, getShowCheckbox, getShowInLegend, getSkipKeyboardNavigation, getSoftThreshold, getSonification, getStack, getStacking, getStates, getStep, getStickyTracking, getSummary, getThreshold, getTooltip, getTurboThreshold, getType, getVisible, getXAxis, getXAxisDescription, getYAxis, getYAxisDescription, getZIndex, getZoneAxis, getZones, hide, onMouseOut, onMouseOver, remove, remove, remove, remove, removePoint, removePoint, removePoint, render, select, select, setAccessibility, setAllowPointSelect, setAnimation, setAnimationLimit, setBoostBlending, setBoostThreshold, setClassName, setClip, setColor, setColorAxis, setColorIndex, setColorKey, setConnectEnds, setConnectNulls, setCrisp, setCropThreshold, setCursor, setCustom, setDashStyle, setData, setDataLabels, setDataSorting, setDefinition, setDescribeSingleSeries, setDescriptionFormat, setDescriptionFormatter, setDragDrop, setEnableMouseTracking, setEvents, setFindNearestPointBy, setGetExtremesFromAll, setId, setInactiveOtherPoints, setIncludeInDataExport, setIndex, setKeys, setLabel, setLegendIndex, setLegendSymbol, setLinecap, setLineWidth, setLinkedTo, setMarker, setName, setNegativeColor, setNullPointValue, setOnPoint, setOpacity, setOptions, setPoint, setPointAnnotationsDescription, setPointDescriptionEnabledThreshold, setPointDescriptionFormat, setPointDescriptionFormatter, setPointInterval, setPointIntervalUnit, setPointPlacement, setPointStart, setProperty, setRelativeXValue, setSelected, setSeriesData, setSeriesData, setSeriesData, setSeriesData, setSeriesVisible, setSeriesVisible, setSeriesVisible, setShadow, setShowCheckbox, setShowInLegend, setSkipKeyboardNavigation, setSoftThreshold, setSonification, setStack, setStacking, setState, setState, setStates, setStep, setStickyTracking, setSummary, setThreshold, setTooltip, setTurboThreshold, setType, setVisible, setXAxis, setXAxisDescription, setYAxis, setYAxisDescription, setZIndex, setZoneAxis, setZones, show, sonify, translate, update, updatepublic HIColor getBorderColor()
public java.lang.Number getBorderRadius()
public java.lang.Number getBorderWidth()
public java.util.ArrayList getCenter()
public java.util.ArrayList<java.lang.String> getColors()
public java.lang.Number getDepth()
public java.lang.Number getEndAngle()
public HIColor getFillColor()
public java.lang.Object getHeight()
public java.lang.Boolean getIgnoreHiddenPoint()
public java.lang.Object getMinSize()
public java.lang.Object getNeckHeight()
public java.lang.Object getNeckWidth()
public java.util.HashMap<java.lang.String,java.lang.Object> getParams()
public java.lang.Boolean getReversed()
public java.lang.Number getSlicedOffset()
public java.lang.Number getStartAngle()
public java.lang.Number getThickness()
public java.lang.Object getWidth()
public void setBorderColor(HIColor borderColor)
public void setBorderRadius(java.lang.Number borderRadius)
public void setBorderWidth(java.lang.Number borderWidth)
public void setCenter(java.util.ArrayList center)
public void setColors(java.util.ArrayList<java.lang.String> colors)
public void setDepth(java.lang.Number depth)
public void setEndAngle(java.lang.Number endAngle)
public void setFillColor(HIColor fillColor)
public void setHeight(java.lang.Object height)
public void setIgnoreHiddenPoint(java.lang.Boolean ignoreHiddenPoint)
public void setMinSize(java.lang.Object minSize)
public void setNeckHeight(java.lang.Object neckHeight)
public void setNeckWidth(java.lang.Object neckWidth)
public void setReversed(java.lang.Boolean reversed)
public void setSlicedOffset(java.lang.Number slicedOffset)
public void setStartAngle(java.lang.Number startAngle)
public void setThickness(java.lang.Number thickness)
public void setWidth(java.lang.Object width)