public interface SeriesBulletOptions extends PlotBulletOptions, SeriesOptions
bullet
series. If the type option is not specified, it is
inherited from chart.type.
Configuration options for the series are given in three levels:
bullet
series are defined in plotOptions.bullet.
Modifier and Type | Interface and Description |
---|---|
static class |
SeriesBulletOptions.Type |
PlotBulletOptions.FindNearestPointBy, PlotBulletOptions.PointDescriptionFormatter, PlotBulletOptions.PointIntervalUnit, PlotBulletOptions.Stacking
Modifier and Type | Method and Description |
---|---|
Array<Unknown> |
getData()
(Highcharts) An array of data points for the series.
|
SeriesBulletOptions.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) An array of data points for the series.
|
void |
setType(SeriesBulletOptions.Type value)
(Highcharts, Highstock, Highmaps) This property is only in TypeScript
non-optional and might be
undefined in series objects from unknown
sources. |
getAllowPointSelect, getAnimation, getAnimationLimit, getBorderColor, getBorderRadius, getBorderWidth, getClassName, getClip, getColor, getColorByPoint, getColorIndex, getColors, 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, getNegativeColor, getPoint, getPointDescriptionFormatter, getPointInterval, getPointIntervalUnit, getPointPadding, getPointPlacement, getPointRange, getPointStart, getPointWidth, getSelected, getShadow, getShowCheckbox, getShowInLegend, getShowInNavigator, getSkipKeyboardNavigation, getSoftThreshold, getStacking, getStates, getStickyTracking, getTargetOptions, getThreshold, getTooltip, getTurboThreshold, getVisible, getZIndex, getZoneAxis, getZones, setAllowPointSelect, setAnimation, setAnimation, setAnimation, setAnimationLimit, setBorderColor, setBorderRadius, setBorderWidth, setClassName, setClip, setColor, setColor, setColor, setColorByPoint, setColorIndex, setColors, 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, setNegativeColor, setNegativeColor, setNegativeColor, setPoint, setPointDescriptionFormatter, setPointInterval, setPointIntervalUnit, setPointPadding, setPointPlacement, setPointPlacement, setPointRange, setPointStart, setPointWidth, setSelected, setShadow, setShadow, setShowCheckbox, setShowInLegend, setShowInNavigator, setSkipKeyboardNavigation, setSoftThreshold, setStacking, setStates, setStickyTracking, setTargetOptions, setThreshold, 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()
bullet
series type, points can be given in the following ways:
x,y,target
. 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)
bullet
series type, points can be given in the following ways:
x,y,target
. 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)
SeriesBulletOptions.Type getType()
undefined
in series objects from unknown
sources.getType
in interface SeriesOptions
void setType(SeriesBulletOptions.Type value)
undefined
in series objects from unknown
sources.Copyright © 2020. All rights reserved.