Uses of Class
com.vaadin.flow.component.charts.model.AbstractPlotOptions
Packages that use AbstractPlotOptions
-
Uses of AbstractPlotOptions in com.vaadin.flow.component.charts.model
Subclasses of AbstractPlotOptions in com.vaadin.flow.component.charts.modelModifier and TypeClassDescriptionclass
class
class
class
class
class
The area range is a cartesian series type with higher and lower Y values along an X axis.class
class
The area spline range is a cartesian series type with higher and lower Y values along an X axis.class
class
A box plot is a convenient way of depicting groups of data through their five-number summaries: the smallest observation (sample minimum), lower quartile (Q1), median (Q2), upper quartile (Q3), and largest observation (sample maximum).class
A bubble series is a three dimensional series type where each point renders an X, Y and Z value.class
Plot options forChartType.BULLET
charts.class
class
class
The column range is a cartesian series type with higher and lower Y values along an X axis.class
Error bars are a graphical representation of the variability of data and are used on graphs to indicate the error, or uncertainty in a reported measurement.class
class
Funnel charts are a type of chart often used to visualize stages in a sales project, where the top are the initial stages with the most clients.class
General plotting options for the gauge series type.class
The heatmap series type.class
class
class
Plot options forChartType.ORGANIZATION
charts.class
A pie chart is a circular chart divided into sectors, illustrating numerical proportion.class
A polygon series can be used to draw any freeform shape in the cartesian coordinate system.class
A pyramid chart consists of a single pyramid with item heights corresponding to each point value.class
Plot options forChartType.SANKEY
charts.class
class
General options for all series types.class
A gauge showing values using a filled arc with colors indicating the value.class
class
Plot options forChartType.TIMELINE
charts.class
The size of the point shape is determined by its value relative to its siblings values.class
Options for the waterfall series type.class
Options for the xrange series type.class
class
Methods in com.vaadin.flow.component.charts.model that return AbstractPlotOptionsModifier and TypeMethodDescriptionAbstractSeries.getPlotOptions()
Gets the plot options related to this specific series.Configuration.getPlotOptions
(ChartType type) Returns the plot options for a specific chart type used by this configuration.Series.getPlotOptions()
Gets the plot options related to this specific series.Methods in com.vaadin.flow.component.charts.model that return types with arguments of type AbstractPlotOptionsModifier and TypeMethodDescriptionConfiguration.getPlotOptions()
Returns all plot options used by this configuration.Methods in com.vaadin.flow.component.charts.model with parameters of type AbstractPlotOptionsModifier and TypeMethodDescriptionvoid
Configuration.addPlotOptions
(AbstractPlotOptions plotOptions) Adds plot optionsvoid
AbstractSeries.setPlotOptions
(AbstractPlotOptions plotOptions) Sets the plot options for this specific series.void
Configuration.setPlotOptions
(AbstractPlotOptions... plotOptions) Sets component-wide default plot options.void
Series.setPlotOptions
(AbstractPlotOptions plotOptions) Sets the plot options for this specific series.