Uses of Interface
com.vaadin.flow.component.charts.model.ChartConfiguration
Packages that use ChartConfiguration
-
Uses of ChartConfiguration in com.vaadin.flow.component.charts.model
Classes in com.vaadin.flow.component.charts.model that implement ChartConfigurationModifier and TypeClassDescriptionclass
Chart's configuration root object containing all the child objects that are used to configure chart, axes, legend, titles etc.Methods in com.vaadin.flow.component.charts.model that return ChartConfigurationModifier and TypeMethodDescriptionAxis.getConfiguration()
Returns the configuration this axis is bound to.Methods in com.vaadin.flow.component.charts.model with parameters of type ChartConfigurationModifier and TypeMethodDescriptionvoid
Axis.setConfiguration
(ChartConfiguration configuration) Sets the configuration this axis is bound to.