public interface SeriesColumnrangeOptions extends PlotColumnrangeOptions, SeriesOptions
columnrange
series. If the type option is not
specified, it is inherited from chart.type.
Configuration options for the series are given in three levels:
columnrange
series are defined in
plotOptions.columnrange.
Modifier and Type | Interface and Description |
---|---|
static class |
SeriesColumnrangeOptions.Type |
PlotColumnrangeOptions.CompareBase, PlotColumnrangeOptions.FindNearestPointBy, PlotColumnrangeOptions.PointDescriptionFormatter, PlotColumnrangeOptions.PointIntervalUnit
Modifier and Type | Method and Description |
---|---|
Array<Unknown> |
getData()
(Highcharts, Highstock) An array of data points for the series.
|
SeriesColumnrangeOptions.Type |
getType()
(Highcharts, Highstock, Highmaps) This property is only in TypeScript
non-optional and might be
undefined in series objects from unknown
sources. |
void |
setData(Array<Unknown> value)
(Highcharts, Highstock) An array of data points for the series.
|
void |
setType(SeriesColumnrangeOptions.Type value)
(Highcharts, Highstock, Highmaps) This property is only in TypeScript
non-optional and might be
undefined in series objects from unknown
sources. |
getAllAreas, getAllowPointSelect, getAnimation, getAnimationLimit, getBoostThreshold, getBorderColor, getBorderRadius, getBorderWidth, getClassName, getClip, getColor, getColorAxis, getColorByPoint, getColorIndex, getColors, getCompare, getCompareBase, getCompareStart, getConnectors, getCrisp, getCropThreshold, getCursor, getDataGrouping, getDataLabels, getDepth, getDescription, getDragDrop, getEdgeColor, getEdgeWidth, getEnableMouseTracking, getEvents, getExposeElementToA11y, getFindNearestPointBy, getGetExtremesFromAll, getGrouping, getGroupPadding, getGroupZPadding, getJoinBy, getKeys, getLabel, getLinkedTo, getMaxPointWidth, getMinPointLength, getNavigatorOptions, getPoint, getPointDescriptionFormatter, getPointInterval, getPointIntervalUnit, getPointPadding, getPointPlacement, getPointRange, getPointStart, getPointWidth, getSelected, getShadow, getShowCheckbox, getShowInLegend, getShowInNavigator, getSkipKeyboardNavigation, getStates, getStickyTracking, getTooltip, getTurboThreshold, getVisible, getZIndex, getZoneAxis, getZones, setAllAreas, setAllowPointSelect, setAnimation, setAnimation, setAnimation, setAnimationLimit, setBoostThreshold, setBorderColor, setBorderRadius, setBorderWidth, setClassName, setClip, setColor, setColor, setColor, setColorAxis, setColorByPoint, setColorIndex, setColors, setCompare, setCompareBase, setCompareStart, setConnectors, setCrisp, setCropThreshold, setCursor, setCursor, setDataGrouping, setDataLabels, setDepth, setDescription, setDragDrop, setEdgeColor, setEdgeWidth, setEnableMouseTracking, setEvents, setExposeElementToA11y, setFindNearestPointBy, setGetExtremesFromAll, setGrouping, setGroupPadding, setGroupZPadding, setJoinBy, setJoinBy, setKeys, setLabel, setLinkedTo, setMaxPointWidth, setMinPointLength, setNavigatorOptions, setPoint, setPointDescriptionFormatter, setPointInterval, setPointIntervalUnit, setPointPadding, setPointPlacement, setPointPlacement, setPointRange, setPointStart, setPointWidth, setSelected, setShadow, setShadow, setShowCheckbox, setShowInLegend, setShowInNavigator, setSkipKeyboardNavigation, setStates, setStickyTracking, setTooltip, setTurboThreshold, setVisible, setZIndex, setZoneAxis, setZones
getId, getIndex, getLegendIndex, getMapData, getName, getStack, getXAxis, getYAxis, getZIndex, setId, setIndex, setLegendIndex, setMapData, setMapData, setName, setStack, setStack, setType, setXAxis, setXAxis, setYAxis, setYAxis, setZIndex
@Nullable Array<Unknown> getData()
columnrange
series type, points can be given in the following ways:
x,low,high
. If the first value is a string, it is applied
as the name of the point, and the x
value is inferred. The x
value
can also be omitted, in which case the inner arrays should be of length
2. Then the x
value is automatically calculated, either starting at 0
and incremented by 1, or from pointStart
and pointInterval
given in
the series options.(see online documentation for example)
void setData(Array<Unknown> value)
columnrange
series type, points can be given in the following ways:
x,low,high
. If the first value is a string, it is applied
as the name of the point, and the x
value is inferred. The x
value
can also be omitted, in which case the inner arrays should be of length
2. Then the x
value is automatically calculated, either starting at 0
and incremented by 1, or from pointStart
and pointInterval
given in
the series options.(see online documentation for example)
SeriesColumnrangeOptions.Type getType()
undefined
in series objects from unknown
sources.getType
in interface SeriesOptions
void setType(SeriesColumnrangeOptions.Type value)
undefined
in series objects from unknown
sources.Copyright © 2020. All rights reserved.