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.
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.