| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model | |
| com.vaadin.flow.component.charts.model.style |
| Modifier and Type | Method and Description |
|---|---|
Color |
Top.getColor() |
Color |
Side.getColor() |
Color |
Bottom.getColor() |
Color |
Back.getColor() |
Color[] |
PlotOptionsFunnel.getColors() |
Color |
ColorAxis.getMaxColor() |
Color |
ColorAxis.getMinColor() |
Color |
Scrollbar.getRifleColor() |
Color |
PlotOptionsErrorbar.getStemColor() |
Color |
Scrollbar.getTrackBackgroundColor() |
Color |
Scrollbar.getTrackBorderColor() |
Color |
PlotOptionsOhlc.getUpColor() |
Color |
PlotOptionsErrorbar.getWhiskerColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlotOptionsFunnel.addColor(Color color)
Adds color to the colors array
|
void |
PlotOptionsFunnel.removeColor(Color color)
Removes first occurrence of color in colors array
|
void |
Top.setColor(Color color)
The color of the panel.
|
void |
Side.setColor(Color color)
The color of the panel.
|
void |
Bottom.setColor(Color color)
The color of the panel.
|
void |
Back.setColor(Color color)
The color of the panel.
|
void |
PlotOptionsFunnel.setColors(Color... colors)
A series specific or series type specific color set to use instead of the
global colors.
|
void |
ColorAxis.setMaxColor(Color maxColor)
Solid gauge only.
|
void |
ColorAxis.setMinColor(Color minColor)
Solid gauge only.
|
void |
Scrollbar.setRifleColor(Color rifleColor)
The color of the small rifles in the middle of the scrollbar.
|
void |
PlotOptionsErrorbar.setStemColor(Color stemColor)
The color of the stem, the vertical line extending from the box to the
whiskers.
|
void |
Scrollbar.setTrackBackgroundColor(Color trackBackgroundColor)
The color of the track background.
|
void |
Scrollbar.setTrackBorderColor(Color trackBorderColor)
The color of the border of the scrollbar track.
|
void |
PlotOptionsOhlc.setUpColor(Color upColor)
Line color for up points.
|
void |
PlotOptionsErrorbar.setWhiskerColor(Color whiskerColor)
The color of the whiskers, the horizontal lines marking low and high
values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolidColor
Solid (non gradient) colors
|
| Modifier and Type | Method and Description |
|---|---|
Color |
LabelStyle.getColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelStyle.setColor(Color color)
Sets the
color CSS attribute. |
Copyright © 2025. All rights reserved.