Class GaugeSeries.AxisLine
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.AxisLine
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GaugeSeries
The related configuration about the axis line of gauge chart.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The style of the axis line of gauge chart.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected GaugeSeries.AxisLine.LineStyle
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
setLineStyle
(GaugeSeries.AxisLine.LineStyle lineStyle) void
setRoundCap
(Boolean roundCap) void
withLineStyle
(GaugeSeries.AxisLine.LineStyle lineStyle) withRoundCap
(Boolean roundCap) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
show
-
roundCap
-
lineStyle
-
-
Constructor Details
-
AxisLine
public AxisLine()
-
-
Method Details
-
getShow
-
setShow
-
getRoundCap
-
setRoundCap
-
getLineStyle
-
setLineStyle
-
withShow
-
withRoundCap
-
withLineStyle
-