public class HIXrange extends HISeries
| Constructor and Description |
|---|
HIXrange() |
| Modifier and Type | Method and Description |
|---|---|
HIColor |
getBorderColor() |
java.lang.Number |
getBorderRadius() |
java.lang.Number |
getBorderWidth() |
java.lang.Boolean |
getCenterInCategory() |
java.lang.Boolean |
getColorByPoint() |
java.util.ArrayList<java.lang.String> |
getColors() |
java.lang.Boolean |
getGrouping() |
java.lang.Number |
getGroupPadding() |
java.lang.Number |
getGroupZPadding() |
java.lang.Number |
getMaxPointWidth() |
java.lang.Number |
getMinPointLength() |
java.util.HashMap<java.lang.String,java.lang.Object> |
getParams() |
HIPartialFill |
getPartialFill() |
java.lang.Number |
getPointPadding() |
java.lang.Number |
getPointWidth() |
void |
setBorderColor(HIColor borderColor)
The color of the border surrounding each column or bar.
|
void |
setBorderRadius(java.lang.Number borderRadius)
/** * description: The corner radius of the border surrounding each column or bar.
|
void |
setBorderWidth(java.lang.Number borderWidth)
The width of the border surrounding each column or bar.
|
void |
setCenterInCategory(java.lang.Boolean centerInCategory)
When `true`, the columns will center in the category, ignoring null or missing points.
|
void |
setColorByPoint(java.lang.Boolean colorByPoint)
/** * description: In an X-range series, this option makes all points of the same Y-axis category the same color. * demo: * [False by defaults](https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/column-colorbypoint-false/) * [True](https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/column-colorbypoint-true/)
defaults: True
|
void |
setColors(java.util.ArrayList<java.lang.String> colors)
A series specific or series type specific color set to apply instead of the global `colors` when `colorByPoint` is true.
|
void |
setGrouping(java.lang.Boolean grouping)
Whether to group non-stacked columns or to let them render independent of each other.
|
void |
setGroupPadding(java.lang.Number groupPadding)
Padding between each value groups, in x axis units.
|
void |
setGroupZPadding(java.lang.Number groupZPadding)
The spacing between columns on the Z Axis in a 3D chart.
|
void |
setMaxPointWidth(java.lang.Number maxPointWidth)
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
|
void |
setMinPointLength(java.lang.Number minPointLength)
The minimal height for a column or width for a bar.
|
void |
setPartialFill(HIPartialFill partialFill)
A partial fill for each point, typically used to visualize how much of a task is performed.
|
void |
setPointPadding(java.lang.Number pointPadding)
Padding between each column or bar, in x axis units.
|
void |
setPointWidth(java.lang.Number pointWidth)
A pixel value specifying a fixed width for each column or bar point.
|
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.lang.Boolean getCenterInCategory()
public java.lang.Boolean getColorByPoint()
public java.util.ArrayList<java.lang.String> getColors()
public java.lang.Boolean getGrouping()
public java.lang.Number getGroupPadding()
public java.lang.Number getGroupZPadding()
public java.lang.Number getMaxPointWidth()
public java.lang.Number getMinPointLength()
public java.util.HashMap<java.lang.String,java.lang.Object> getParams()
public HIPartialFill getPartialFill()
public java.lang.Number getPointPadding()
public java.lang.Number getPointWidth()
public void setBorderColor(HIColor borderColor)
public void setBorderRadius(java.lang.Number borderRadius)
public void setBorderWidth(java.lang.Number borderWidth)
public void setCenterInCategory(java.lang.Boolean centerInCategory)
public void setColorByPoint(java.lang.Boolean colorByPoint)
public void setColors(java.util.ArrayList<java.lang.String> colors)
public void setGrouping(java.lang.Boolean grouping)
public void setGroupPadding(java.lang.Number groupPadding)
public void setGroupZPadding(java.lang.Number groupZPadding)
public void setMaxPointWidth(java.lang.Number maxPointWidth)
public void setMinPointLength(java.lang.Number minPointLength)
public void setPartialFill(HIPartialFill partialFill)
public void setPointPadding(java.lang.Number pointPadding)
public void setPointWidth(java.lang.Number pointWidth)