Uses of Interface
com.vaadin.flow.component.charts.model.ChartEnum
-
Uses of ChartEnum in com.vaadin.flow.component.charts.model
Classes in com.vaadin.flow.component.charts.model that implement ChartEnumModifier and TypeClassDescriptionenum
Enum representing different axis types.
enum
The shape of the pane background.
class
The default series type for the chart.
enum
The
YAxis
will show percentage or absolute change depending on whether compare is set toCompare.PERCENT
orCompare.VALUE
enum
You can set the cursor to POINTER("pointer") if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
enum
Dash styles used to render lines.
enum
Axial dimension.
enum
What box to align the button to.
enum
Default MIME type for exporting if chart.exportChart() is called without specifying a type option.
enum
The name of a symbol to use for the border in
ChartType.FLAGS
series.enum
Alignment of the title relative to the axis values and more generically horizontal alignment.
enum
Irregular time unit used to define point interval unit.
enum
The layout of the legend items.
enum
A predefined shape or symbol for the marker.
class
Symbol that is fetched from the url, implementing ChartEnum to provide correct serialization
enum
enum
Allows setting a key to switch between zooming and panning.
enum
Pathfinder algorithm to use for chart that can connect two points (e.g.
enum
Possible values: null, ON, BETWEEN.
enum
Possible timespan values for range selector buttons
enum
What frame the button should be placed related to.
enum
The name of a symbol to use for the border around the
Datalabels
orTooltip
.enum
Whether to stack the values of each series on top of each other.
enum
Defines different step line types.
enum
The text alignment for the label.
enum
For categorized axes only.
enum
The position of the tick marks relative to the axis line.
enum
enum
The layout algorithm used by
ChartType.TREEMAP
charts.enum
The direction where the layout algorithm will start drawing.
enum
Alignment of the title relative to the axis values and more generically vertical alignment.
enum
Defines the Axis on which the zones are applied.
-
Uses of ChartEnum in com.vaadin.flow.component.charts.model.serializers
Methods in com.vaadin.flow.component.charts.model.serializers with parameters of type ChartEnum -
Uses of ChartEnum in com.vaadin.flow.component.charts.model.style
Classes in com.vaadin.flow.component.charts.model.style that implement ChartEnumModifier and TypeClassDescriptionenum
Font weight used by Style class
enum
CSS position attribute, ABSOLUTE or RELATIVE
enum