Class BoxplotSeries
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<BoxplotSeries>
io.jmix.chartsflowui.kit.component.model.series.BoxplotSeries
- All Implemented Interfaces:
- Serializable
Boxplot is a convenient way of graphically depicting groups of numerical data through their quartiles.
 More detailed information is provided in the documentation.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBase component for boxplot elements.static classComponent to configure the blur state.static classComponent to configure the emphasis state.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 BoxplotSeries.Blurprotected String[]protected CoordinateSystemprotected BoxplotSeries.Emphasisprotected Booleanprotected ItemStyleprotected Orientationprotected BoxplotSeries.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()String[]voidsetBlur(BoxplotSeries.Blur blur) voidsetBoxWidth(String min, String max) voidsetCoordinateSystem(CoordinateSystem coordinateSystem) voidsetEmphasis(BoxplotSeries.Emphasis emphasis) voidsetHoverAnimation(Boolean hoverAnimation) voidsetItemStyle(ItemStyle itemStyle) voidsetLayout(Orientation layout) voidsetSelect(BoxplotSeries.Select select) voidsetXAxisIndex(Integer xAxisIndex) voidsetYAxisIndex(Integer yAxisIndex) withBlur(BoxplotSeries.Blur blur) withBoxWidth(String min, String max) withCoordinateSystem(CoordinateSystem coordinateSystem) withEmphasis(BoxplotSeries.Emphasis emphasis) withHoverAnimation(Boolean hoverAnimation) withItemStyle(ItemStyle itemStyle) withLayout(Orientation layout) withSelect(BoxplotSeries.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
- 
boxWidth
- 
itemStyle
- 
emphasis
- 
blur
- 
select
 
- 
- 
Constructor Details- 
BoxplotSeriespublic BoxplotSeries()
 
- 
- 
Method Details- 
getCoordinateSystem
- 
setCoordinateSystem
- 
getXAxisIndex
- 
setXAxisIndex
- 
getYAxisIndex
- 
setYAxisIndex
- 
getHoverAnimation
- 
setHoverAnimation
- 
getLayout
- 
getBoxWidth
- 
setBoxWidth
- 
getItemStyle
- 
getEmphasis
- 
setEmphasis
- 
getBlur
- 
setBlur
- 
getSelect
- 
setSelect
- 
withCoordinateSystem
- 
withXAxisIndex
- 
withYAxisIndex
- 
withHoverAnimation
- 
withBoxWidth
- 
withEmphasis
- 
withBlur
- 
withSelect
 
-