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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classThe style of the axis line of gauge chart.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected GaugeSeries.AxisLine.LineStyleprotected Booleanprotected BooleanFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetShow()voidsetLineStyle(GaugeSeries.AxisLine.LineStyle lineStyle) voidsetRoundCap(Boolean roundCap) voidwithLineStyle(GaugeSeries.AxisLine.LineStyle lineStyle) withRoundCap(Boolean roundCap) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
show
- 
roundCap
- 
lineStyle
 
- 
- 
Constructor Details- 
AxisLinepublic AxisLine()
 
- 
- 
Method Details- 
getShow
- 
setShow
- 
getRoundCap
- 
setRoundCap
- 
getLineStyle
- 
setLineStyle
- 
withShow
- 
withRoundCap
- 
withLineStyle
 
-