Class ColorAxis
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Axis
com.vaadin.flow.component.charts.model.YAxis
com.vaadin.flow.component.charts.model.ColorAxis
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.vaadin.flow.component.charts.model.Axis
max, min, MINOR_TICK_INTERVAL_AUTO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaxColor(Color maxColor) Solid gauge only.voidsetMinColor(Color minColor) Solid gauge only.Methods inherited from class com.vaadin.flow.component.charts.model.YAxis
addCategory, addPlotBand, addPlotLine, addStop, addUnit, getAlignTicks, getAllowDecimals, getAlternateGridColor, getAngle, getBreaks, getCategories, getCeiling, getClassName, getCrosshair, getDateTimeLabelFormats, getDescription, getEndOnTick, getFloor, getGrid, getGridLineColor, getGridLineDashStyle, getGridLineInterpolation, getGridLineWidth, getGridZIndex, getHeight, getId, getLabels, getLineColor, getLineWidth, getLinkedTo, getMargin, getMaxPadding, getMaxRange, getMinorGridLineColor, getMinorGridLineDashStyle, getMinorGridLineWidth, getMinorTickColor, getMinorTickInterval, getMinorTickLength, getMinorTickPosition, getMinorTicks, getMinorTickWidth, getMinPadding, getMinRange, getMinTickInterval, getOffset, getOpposite, getOrdinal, getPane, getPlotBands, getPlotLines, getRange, getReversed, getReversedStacks, getScrollbar, getShowEmpty, getShowFirstLabel, getShowLastLabel, getSoftMax, getSoftMin, getStackLabels, getStartOfWeek, getStartOnTick, getStaticScale, getStops, getTickAmount, getTickColor, getTickInterval, getTickLength, getTickmarkPlacement, getTickPixelInterval, getTickPosition, getTickPositions, getTickWidth, getTitle, getTop, getType, getUniqueNames, getUnits, getVisible, removeCategory, removePlotBand, removePlotLine, removeStop, removeUnit, setAlignTicks, setAllowDecimals, setAlternateGridColor, setAngle, setBreaks, setCategories, setCeiling, setClassName, setCrosshair, setDateTimeLabelFormats, setDescription, setEndOnTick, setFloor, setGrid, setGridLineColor, setGridLineDashStyle, setGridLineInterpolation, setGridLineWidth, setGridZIndex, setHeight, setId, setLabels, setLineColor, setLineWidth, setLinkedTo, setLinkedTo, setMargin, setMaxPadding, setMaxRange, setMinorGridLineColor, setMinorGridLineDashStyle, setMinorGridLineWidth, setMinorTickColor, setMinorTickInterval, setMinorTickLength, setMinorTickPosition, setMinorTicks, setMinorTickWidth, setMinPadding, setMinRange, setMinTickInterval, setOffset, setOpposite, setOrdinal, setPane, setPane, setPlotBands, setPlotLines, setRange, setReversed, setReversedStacks, setScrollbar, setShowEmpty, setShowFirstLabel, setShowLastLabel, setSoftMax, setSoftMin, setStackLabels, setStartOfWeek, setStartOnTick, setStaticScale, setStops, setTickAmount, setTickColor, setTickInterval, setTickLength, setTickmarkPlacement, setTickPixelInterval, setTickPosition, setTickPositions, setTickWidth, setTitle, setTitle, setTop, setType, setUniqueNames, setUnits, setVisibleMethods inherited from class com.vaadin.flow.component.charts.model.Axis
getAxisIndex, getConfiguration, getMax, getMin, setAxisIndex, setConfiguration, setExtremes, setExtremes, setExtremes, setExtremes, setExtremes, setExtremes, setMax, setMax, setMax, setMin, setMin, setMin
-
Constructor Details
-
ColorAxis
public ColorAxis()
-
-
Method Details
-
getMaxColor
- Overrides:
getMaxColorin classYAxis- See Also:
-
setMaxColor
Solid gauge only. Unless stops are set, the color to represent the maximum value of the Y axis.Defaults to: #003399
- Overrides:
setMaxColorin classYAxis
-
getMinColor
- Overrides:
getMinColorin classYAxis- See Also:
-
setMinColor
Solid gauge only. Unless stops are set, the color to represent the minimum value of the Y axis.Defaults to: #e6ebf5
- Overrides:
setMinColorin classYAxis
-