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 TypeClassDescriptionclassclassclassclassclassclassThe area range is a cartesian series type with higher and lower Y values along an X axis.classclassThe area spline range is a cartesian series type with higher and lower Y values along an X axis.classclassA 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).classA bubble series is a three dimensional series type where each point renders an X, Y and Z value.classPlot options forChartType.BULLETcharts.classclassclassThe column range is a cartesian series type with higher and lower Y values along an X axis.classError 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.classclassFunnel 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.classOptions for the gantt series type.classGeneral plotting options for the gauge series type.classThe heatmap series type.classclassclassPlot options forChartType.ORGANIZATIONcharts.classA pie chart is a circular chart divided into sectors, illustrating numerical proportion.classA polygon series can be used to draw any freeform shape in the cartesian coordinate system.classA pyramid chart consists of a single pyramid with item heights corresponding to each point value.classPlot options forChartType.SANKEYcharts.classclassGeneral options for all series types.classA gauge showing values using a filled arc with colors indicating the value.classclassPlot options forChartType.TIMELINEcharts.classThe size of the point shape is determined by its value relative to its siblings values.classOptions for the waterfall series type.classOptions for the xrange series type.classclassMethods 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.Navigator.getSeries()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 TypeMethodDescriptionvoidConfiguration.addPlotOptions(AbstractPlotOptions plotOptions) Adds plot optionsvoidAbstractSeries.setPlotOptions(AbstractPlotOptions plotOptions) Sets the plot options for this specific series.voidConfiguration.setPlotOptions(AbstractPlotOptions... plotOptions) Sets component-wide default plot options.voidSeries.setPlotOptions(AbstractPlotOptions plotOptions) Sets the plot options for this specific series.voidNavigator.setSeries(AbstractPlotOptions series) Options for the navigator series.