Class CandlestickSeries
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.AbstractSeries<CandlestickSeries>
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.
- See Also:
-
Nested Class Summary
Nested 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.AbstractAxisAwareSeries
AbstractAxisAwareSeries.SeriesLayoutTypeNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractSeries
AbstractSeries.LabelLayout, AbstractSeries.TooltipNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier 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.AbstractAxisAwareSeries
datasetIndex, encode, legendHoverLink, markArea, markLine, markPoint, seriesLayoutByFields inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractSeries
animationDelay, animationDuration, animationEasing, colorBy, dataGroupId, id, label, labelLayout, name, selectedMode, silent, tooltip, type, z, zLevelFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable String@Nullable String@Nullable CandlestickSeries.BlurgetBlur()@Nullable BooleangetClip()@Nullable CoordinateSystem@Nullable CandlestickSeries.Emphasis@Nullable Boolean@Nullable CandlestickSeries.ItemStyle@Nullable BooleangetLarge()@Nullable Integer@Nullable Orientation@Nullable Integer@Nullable ProgressiveChunkMode@Nullable Integer@Nullable CandlestickSeries.Select@Nullable Integer@Nullable IntegervoidsetBarMaxWidth(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.AbstractAxisAwareSeries
getDatasetIndex, 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.AbstractSeries
getAnimationDelay, 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.ChartObservableObject
addChild, 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
-
CandlestickSeries
public 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
-