Class CandlestickSeries
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.AbstractSeries<T>
io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeries<CandlestickSeries>
io.jmix.chartsflowui.kit.component.model.series.CandlestickSeries
- All Implemented Interfaces:
- Serializable
A candlestick chart is a style of financial chart used to describe price movements
 of a security, derivative or currency. More detailed information is provided in the documentation.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classCandlestickSeries.AbstractCandlestickElement<T extends CandlestickSeries.AbstractCandlestickElement<T>>Base component for candlestick elements.static classComponent to configure the blur state.static classComponent to configure the emphasis state.static classItem style of candlestick.static classComponent to configure the selection state.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeriesAbstractAxisAwareSeries.SeriesLayoutTypeNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractSeriesAbstractSeries.LabelLayout, AbstractSeries.TooltipNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected CandlestickSeries.Blurprotected Booleanprotected CoordinateSystemprotected CandlestickSeries.Emphasisprotected Booleanprotected CandlestickSeries.ItemStyleprotected Booleanprotected Integerprotected Orientationprotected Integerprotected ProgressiveChunkModeprotected Integerprotected CandlestickSeries.Selectprotected Integerprotected IntegerFields inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeriesdatasetIndex, encode, legendHoverLink, markArea, markLine, markPoint, seriesLayoutByFields inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractSeriesanimationDelay, animationDuration, animationEasing, colorBy, dataGroupId, id, label, labelLayout, name, selectedMode, silent, tooltip, type, z, zLevelFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBlur()getClip()getLarge()voidsetBarMaxWidth(String barMaxWidth) voidsetBarMinWidth(String barMinWidth) voidsetBarWidth(String barWidth) voidvoidvoidsetCoordinateSystem(CoordinateSystem coordinateSystem) voidsetEmphasis(CandlestickSeries.Emphasis emphasis) voidsetHoverAnimation(Boolean hoverAnimation) voidsetItemStyle(CandlestickSeries.ItemStyle itemStyle) voidvoidsetLargeThreshold(Integer largeThreshold) voidsetLayout(Orientation layout) voidsetProgressive(Integer progressive) voidsetProgressiveChunkMode(ProgressiveChunkMode progressiveChunkMode) voidsetProgressiveThreshold(Integer progressiveThreshold) voidsetSelect(CandlestickSeries.Select select) voidsetXAxisIndex(Integer xAxisIndex) voidsetYAxisIndex(Integer yAxisIndex) withBarMaxWidth(String barMaxWidth) withBarMinWidth(String barMinWidth) withBarWidth(String barWidth) withCoordinateSystem(CoordinateSystem coordinateSystem) withEmphasis(CandlestickSeries.Emphasis emphasis) withHoverAnimation(Boolean hoverAnimation) withItemStyle(CandlestickSeries.ItemStyle itemStyle) withLargeThreshold(Integer largeThreshold) withLayout(Orientation layout) withProgressive(Integer progressive) withProgressiveChunkMode(ProgressiveChunkMode progressiveChunkMode) withProgressiveThreshold(Integer progressiveThreshold) withSelect(CandlestickSeries.Select select) withXAxisIndex(Integer xAxisIndex) withYAxisIndex(Integer yAxisIndex) Methods inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeriesgetDatasetIndex, getEncode, getLegendHoverLink, getMarkArea, getMarkLine, getMarkPoint, getSeriesLayoutBy, setDatasetIndex, setEncode, setLegendHoverLink, setMarkArea, setMarkLine, setMarkPoint, setSeriesLayoutBy, withDatasetIndex, withEncode, withLegendHoverLink, withMarkArea, withMarkLine, withMarkPoint, withSeriesLayoutByMethods inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractSeriesgetAnimationDelay, getAnimationDuration, getAnimationEasing, getColorBy, getDataGroupId, getId, getLabel, getLabelLayout, getName, getSelectedMode, getSilent, getTooltip, getType, getZ, getZLevel, setAnimationDelay, setAnimationDuration, setAnimationEasing, setColorBy, setDataGroupId, setId, setLabel, setLabelLayout, setName, setSelectedMode, setSilent, setTooltip, setType, setZ, setZLevel, withAnimationDelay, withAnimationDuration, withAnimationEasing, withColorBy, withDataGroupId, withId, withLabel, withLabelLayout, withName, withSelectedMode, withSilent, withTooltip, withType, withZ, withZLevelMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
coordinateSystem
- 
xAxisIndex
- 
yAxisIndex
- 
hoverAnimation
- 
layout
- 
barWidth
- 
barMaxWidth
- 
barMinWidth
- 
itemStyle
- 
emphasis
- 
blur
- 
select
- 
large
- 
largeThreshold
- 
progressive
- 
progressiveThreshold
- 
progressiveChunkMode
- 
clip
 
- 
- 
Constructor Details- 
CandlestickSeriespublic CandlestickSeries()
 
- 
- 
Method Details- 
getCoordinateSystem
- 
setCoordinateSystem
- 
getXAxisIndex
- 
setXAxisIndex
- 
getYAxisIndex
- 
setYAxisIndex
- 
getHoverAnimation
- 
setHoverAnimation
- 
getLayout
- 
getBarWidth
- 
setBarWidth
- 
getBarMaxWidth
- 
setBarMaxWidth
- 
getBarMinWidth
- 
setBarMinWidth
- 
getItemStyle
- 
setItemStyle
- 
getEmphasis
- 
setEmphasis
- 
getBlur
- 
setBlur
- 
getSelect
- 
setSelect
- 
getLarge
- 
setLarge
- 
getLargeThreshold
- 
setLargeThreshold
- 
getProgressive
- 
setProgressive
- 
getProgressiveThreshold
- 
setProgressiveThreshold
- 
getProgressiveChunkMode
- 
setProgressiveChunkMode
- 
getClip
- 
setClip
- 
withCoordinateSystem
- 
withXAxisIndex
- 
withYAxisIndex
- 
withHoverAnimation
- 
withBarWidth
- 
withBarMaxWidth
- 
withBarMinWidth
- 
withItemStyle
- 
withEmphasis
- 
withBlur
- 
withSelect
- 
withLarge
- 
withLargeThreshold
- 
withProgressive
- 
withProgressiveThreshold
- 
withProgressiveChunkMode
- 
withClip
 
-