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 Summary
Modifier and TypeClassDescriptionstatic class
CandlestickSeries.AbstractCandlestickElement<T extends CandlestickSeries.AbstractCandlestickElement<T>>
Base component for candlestick elements.static class
Component to configure the blur state.static class
Component to configure the emphasis state.static class
Item style of candlestick.static class
Component to configure the selection state.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeries
AbstractAxisAwareSeries.SeriesLayoutType
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractSeries
AbstractSeries.LabelLayout, AbstractSeries.Tooltip
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected CandlestickSeries.Blur
protected Boolean
protected CoordinateSystem
protected CandlestickSeries.Emphasis
protected Boolean
protected CandlestickSeries.ItemStyle
protected Boolean
protected Integer
protected Orientation
protected Integer
protected ProgressiveChunkMode
protected Integer
protected CandlestickSeries.Select
protected Integer
protected Integer
Fields inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeries
datasetIndex, encode, legendHoverLink, markArea, markLine, markPoint, seriesLayoutBy
Fields 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, zLevel
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlur()
getClip()
getLarge()
void
setBarMaxWidth
(String barMaxWidth) void
setBarMinWidth
(String barMinWidth) void
setBarWidth
(String barWidth) void
void
void
setCoordinateSystem
(CoordinateSystem coordinateSystem) void
setEmphasis
(CandlestickSeries.Emphasis emphasis) void
setHoverAnimation
(Boolean hoverAnimation) void
setItemStyle
(CandlestickSeries.ItemStyle itemStyle) void
void
setLargeThreshold
(Integer largeThreshold) void
setLayout
(Orientation layout) void
setProgressive
(Integer progressive) void
setProgressiveChunkMode
(ProgressiveChunkMode progressiveChunkMode) void
setProgressiveThreshold
(Integer progressiveThreshold) void
setSelect
(CandlestickSeries.Select select) void
setXAxisIndex
(Integer xAxisIndex) void
setYAxisIndex
(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, withSeriesLayoutBy
Methods 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, withZLevel
Methods 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
-