public interface SeriesRocOptions extends PlotRocOptions, SeriesOptions
ROC
series. If the type option is not specified, it is
inherited from chart.type.
Rate of change indicator (ROC). The indicator value for each point is defined
as:
(C - Cn) / Cn * 100
where: C
is the close value of the point of the same x in the linked series
and Cn
is the close value of the point n
periods ago. n
is set through
period.
This series requires linkedTo
option to be set.
Configuration options for the series are given in three levels:
roc
series are defined in plotOptions.roc.
Modifier and Type | Interface and Description |
---|---|
static class |
SeriesRocOptions.Type |
PlotRocOptions.DashStyle, PlotRocOptions.FindNearestPointBy, PlotRocOptions.GapUnit, PlotRocOptions.Linecap, PlotRocOptions.PointDescriptionFormatter, PlotRocOptions.Step
Modifier and Type | Method and Description |
---|---|
SeriesRocOptions.Type |
getType()
(Highcharts, Highstock, Highmaps) This property is only in TypeScript
non-optional and might be
undefined in series objects from unknown
sources. |
void |
setType(SeriesRocOptions.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, getBoostThreshold, getBorderColor, getBorderWidth, getClassName, getClip, getColor, getColorIndex, getCompareStart, getConnectEnds, getConnectNulls, getConnectors, getCropThreshold, getCursor, getDashStyle, getDataGrouping, getDataLabels, getDescription, getDragDrop, getEnableMouseTracking, getEvents, getExposeElementToA11y, getFindNearestPointBy, getGapSize, getGapUnit, getGetExtremesFromAll, getLabel, getLinecap, getLineWidth, getLinkedTo, getMarker, getName, getNegativeColor, getParams, getPoint, getPointDescriptionFormatter, getSelected, getShadow, getShowCheckbox, getShowInLegend, getSkipKeyboardNavigation, getSoftThreshold, getStates, getStep, getStickyTracking, getThreshold, getTooltip, getTurboThreshold, getVisible, getZIndex, getZoneAxis, getZones, setAllowPointSelect, setAnimation, setAnimation, setAnimation, setAnimationLimit, setBoostThreshold, setBorderColor, setBorderWidth, setClassName, setClip, setColor, setColor, setColor, setColorIndex, setCompareStart, setConnectEnds, setConnectNulls, setConnectors, setCropThreshold, setCursor, setCursor, setDashStyle, setDataGrouping, setDataLabels, setDescription, setDragDrop, setEnableMouseTracking, setEvents, setExposeElementToA11y, setFindNearestPointBy, setGapSize, setGapUnit, setGetExtremesFromAll, setLabel, setLinecap, setLineWidth, setLinkedTo, setMarker, setName, setNegativeColor, setNegativeColor, setNegativeColor, setParams, setPoint, setPointDescriptionFormatter, setSelected, setShadow, setShadow, setShowCheckbox, setShowInLegend, setSkipKeyboardNavigation, setSoftThreshold, setStates, setStep, setStickyTracking, 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
SeriesRocOptions.Type getType()
undefined
in series objects from unknown
sources.getType
in interface SeriesOptions
void setType(SeriesRocOptions.Type value)
undefined
in series objects from unknown
sources.Copyright © 2020. All rights reserved.