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 Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected LineStyleprotected Integerprotected Booleanprotected Booleanprotected BooleanFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier 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.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
show
-
showAbove
-
length
-
smooth
-
minTurnAngle
-
lineStyle
-
-
Constructor Details
-
LabelLine
public LabelLine()
-
-
Method Details
-
getShow
-
setShow
-
getShowAbove
-
setShowAbove
-
getLength
-
setLength
-
getSmooth
-
setSmooth
-
getMinTurnAngle
-
setMinTurnAngle
-
getLineStyle
-
withShow
-
withShowAbove
-
withLength
-
withSmooth
-
withMinTurnAngle
-