Class SplitLine
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.axis.SplitLine
- All Implemented Interfaces:
- Serializable
Split line of axis in 
Grid area.- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Integerprotected JsFunctionprotected LineStyleprotected BooleanFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetShow()voidsetInterval(Integer interval) voidsetIntervalFunction(JsFunction intervalFunction) voidsetIntervalFunction(String intervalFunction) voidsetLineStyle(LineStyle lineStyle) voidwithInterval(Integer interval) withIntervalFunction(JsFunction intervalFunction) withIntervalFunction(String intervalFunction) withLineStyle(LineStyle lineStyle) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
show
- 
interval
- 
intervalFunction
- 
lineStyle
 
- 
- 
Constructor Details- 
SplitLinepublic SplitLine()
 
- 
- 
Method Details- 
getShow
- 
setShow
- 
getInterval
- 
setInterval
- 
getIntervalFunction
- 
setIntervalFunction
- 
getLineStyle
- 
withShow
- 
withInterval
- 
withIntervalFunction
 
-