Uses of Class
com.vaadin.flow.component.charts.model.style.Style
-
Uses of Style in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return StyleModifier and TypeMethodDescriptionDrilldown.getActiveAxisLabelStyle()
Drilldown.getActiveDataLabelStyle()
RangeSelector.getInputStyle()
Legend.getItemHiddenStyle()
Legend.getItemHoverStyle()
Legend.getItemStyle()
Loading.getLabelStyle()
RangeSelector.getLabelStyle()
Navigation.getMenuItemHoverStyle()
Navigation.getMenuItemStyle()
Navigation.getMenuStyle()
abstract Style
AbstractDataLabels.getStyle()
AnnotationItemLabel.getStyle()
AxisTitle.getStyle()
ChartModel.getStyle()
Credits.getStyle()
DataLabels.getStyle()
DataLabelsFunnel.getStyle()
DataLabelsRange.getStyle()
Items.getStyle()
Label.getStyle()
Labels.getStyle()
LegendNavigation.getStyle()
LegendTitle.getStyle()
Loading.getStyle()
NoData.getStyle()
PlotOptionsFlags.getStyle()
StackLabels.getStyle()
Subtitle.getStyle()
Title.getStyle()
Tooltip.getStyle()
Methods in com.vaadin.flow.component.charts.model with parameters of type StyleModifier and TypeMethodDescriptionvoid
Drilldown.setActiveAxisLabelStyle
(Style activeAxisLabelStyle) Additional styles to apply to the X axis label for a point that has drilldown data.
void
Drilldown.setActiveDataLabelStyle
(Style activeDataLabelStyle) Additional styles to apply to the data label of a point that has drilldown data.
void
RangeSelector.setInputStyle
(Style inputStyle) CSS for the HTML inputs in the range selector.
void
Legend.setItemHiddenStyle
(Style itemHiddenStyle) CSS styles for each legend item when the corresponding series or point is hidden.
void
Legend.setItemHoverStyle
(Style itemHoverStyle) CSS styles for each legend item in hover mode.
void
Legend.setItemStyle
(Style itemStyle) CSS styles for each legend item.
void
Loading.setLabelStyle
(Style labelStyle) CSS styles for the loading label
span
.void
RangeSelector.setLabelStyle
(Style labelStyle) CSS styles for the labels - the Zoom, From and To texts.
void
Navigation.setMenuItemHoverStyle
(Style menuItemHoverStyle) CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked.
void
Navigation.setMenuItemStyle
(Style menuItemStyle) CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked.
void
Navigation.setMenuStyle
(Style menuStyle) CSS styles for the popup menu appearing by default when the export icon is clicked.
abstract void
Styles for the label.
void
Sets the label style options
void
CSS styles for the title.
void
Additional CSS styles to apply inline to the container
div
.void
CSS styles for the credits label.
void
Styles for the label.
void
Styles for the label.
void
Styles for the label.
void
CSS styles for each label.
void
CSS styles for the text label.
void
CSS styles for the label.
void
Text styles for the legend page navigation.
void
Generic CSS styles for the legend title.
void
CSS styles for the loading screen that covers the plot area.
void
CSS styles for the no-data label.
void
The text styles of the flag.
void
CSS styles for the label.
void
CSS styles for the title.
void
CSS styles for the title.
void
CSS styles for the tooltip.
-
Uses of Style in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return StyleModifier and TypeMethodDescriptionAxisStyle.getLabels()
Theme.getLabels()
Get style of labels
ButtonTheme.getStyle()
ChartStyle.getStyle()
Gets various style defaults used.
StyleWrapper.getStyle()
Return the style object
TooltipStyle.getStyle()
AxisStyle.getSubtitle()
Theme.getSubtitle()
Get style of Chart subtitle
AxisStyle.getTitle()
Theme.getTitle()
Get style of Chart title
Methods in com.vaadin.flow.component.charts.model.style with parameters of type StyleModifier and TypeMethodDescriptionvoid
Sets the style for labels
void
Set new style of labels
void
void
Sets additional CSS styles to apply inline to the container div.
void
Set the style object
void
Sets the style attributes for tooltips
void
AxisStyle.setSubtitle
(Style style) Sets the subtitle style
void
Theme.setSubtitle
(Style style) Set style of Chart subtitle
void
Sets the title style
void
Set style of Chart title