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 Class
com.vaadin.flow.component.charts.model.AbstractSeriesItem
Packages that use AbstractSeriesItem
-
Uses of AbstractSeriesItem in com.vaadin.flow.component.charts.model
Subclasses of AbstractSeriesItem in com.vaadin.flow.component.charts.modelModifier and TypeClassDescriptionclass
A DataSeriesItem implementation suitable for box plot charts.
class
The DataSeriesItem class represents a single entry in a
DataSeries
.class
DataSeriesItem that can hold also Z value.
class
DataSeriesItem that can hold also target and targetOptions.
class
DataSeriesItem that can hold also "from", "to" and "weight".
class
DataSeriesItem that can hold also Label and Description values.
class
DataSeriesItem that can hold also x2 and partialFill amount and color.
class
DataSeriesItem that can hold also title and text values.
class
A DataSeriesItem implementation suitable for <a https://en.wikipedia.org/wiki/Open-high-low-close_chart">OHLC charts.
class
This class represents one node in a
TreeSeries
.class
DataSeriesItem that can be used as sum or intermediate sum in waterfall charts.