Class ScatterSeries.LabelLine
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.ScatterSeries.LabelLine
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ScatterSeries
Component to configure label guide line.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Integerprotected LineStyleprotected Integerprotected Booleanprotected Booleanprotected BooleanFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetShow()voidvoidsetLineStyle(LineStyle lineStyle) voidsetMinTurnAngle(Integer minTurnAngle) voidvoidsetShowAbove(Boolean showAbove) voidwithLength(Integer length) withLineStyle(LineStyle lineStyle) withMinTurnAngle(Integer minTurnAngle) withShowAbove(Boolean showAbove) withSmooth(Boolean smooth) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
show
- 
showAbove
- 
length
- 
smooth
- 
minTurnAngle
- 
lineStyle
 
- 
- 
Constructor Details- 
LabelLinepublic LabelLine()
 
- 
- 
Method Details- 
getShow
- 
setShow
- 
getShowAbove
- 
setShowAbove
- 
getLength
- 
setLength
- 
getSmooth
- 
setSmooth
- 
getMinTurnAngle
- 
setMinTurnAngle
- 
getLineStyle
- 
withShow
- 
withShowAbove
- 
withLength
- 
withSmooth
- 
withMinTurnAngle
 
-