Class LineSeries.LabelLine
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.LineSeries.LabelLine
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LineSeries
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
Modifier and TypeFieldDescriptionprotected Integer
protected LineStyle
protected Integer
protected Boolean
protected Boolean
protected Boolean
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetShow()
void
void
setLineStyle
(LineStyle lineStyle) void
setMinTurnAngle
(Integer minTurnAngle) void
void
setShowAbove
(Boolean showAbove) void
withLength
(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
-