Uses of Interface
com.vaadin.flow.component.charts.model.ChartConfiguration
-
Packages that use ChartConfiguration Package Description com.vaadin.flow.component.charts.model -
-
Uses of ChartConfiguration in com.vaadin.flow.component.charts.model
Classes in com.vaadin.flow.component.charts.model that implement ChartConfiguration Modifier and Type Class Description class
Configuration
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 ChartConfiguration Modifier and Type Method Description ChartConfiguration
Axis. getConfiguration()
Returns the configuration this axis is bound to.Methods in com.vaadin.flow.component.charts.model with parameters of type ChartConfiguration Modifier and Type Method Description void
Axis. setConfiguration(ChartConfiguration configuration)
Sets the configuration this axis is bound to.
-