Class AxisLine
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.axis.AxisLine
- All Implemented Interfaces:
Serializable
Options component related to axis 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 LineStyleprotected Booleanprotected Integerprotected Booleanprotected String[]protected Integer[]protected Integer[]Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetShow()String[]Integer[]Integer[]voidsetLineStyle(LineStyle lineStyle) voidvoidsetOnZeroAxisIndex(Integer onZeroAxisIndex) voidvoidsetSymbols(String startSymbol, String endSymbol) voidsetSymbolsOffset(Integer startSymbolOffset, Integer endSymbolOffset) voidsetSymbolsSize(Integer startSymbolSize, Integer endSymbolSize) withLineStyle(LineStyle lineStyle) withOnZero(Boolean onZero) withOnZeroAxisIndex(Integer onZeroAxisIndex) withSymbols(String startSymbol, String endSymbol) withSymbolsOffset(Integer startSymbolOffset, Integer endSymbolOffset) withSymbolsSize(Integer startSymbolSize, Integer endSymbolSize) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
show
-
onZero
-
onZeroAxisIndex
-
symbols
-
symbolsSize
-
symbolsOffset
-
lineStyle
-
-
Constructor Details
-
AxisLine
public AxisLine()
-
-
Method Details
-
getShow
-
setShow
-
getOnZero
-
setOnZero
-
getOnZeroAxisIndex
-
setOnZeroAxisIndex
-
getSymbols
-
setSymbols
-
getSymbolsSize
-
setSymbolsSize
-
getSymbolsOffset
-
setSymbolsOffset
-
getLineStyle
-
withShow
-
withOnZero
-
withOnZeroAxisIndex
-
withSymbols
-
withSymbolsSize
-
withSymbolsOffset
-