We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.model.
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:
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 TypeMethodDescriptionvoid
setMaxColor
(Color maxColor) Solid gauge only.
void
setMinColor
(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, setVisible
Methods 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:
getMaxColor
in 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:
setMaxColor
in classYAxis
-
getMinColor
Overrides:
getMinColor
in 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:
setMinColor
in classYAxis
-