All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractConfigurationObject |
Abstract base class for model classes to be serialized to JSON.
|
| AbstractDataLabels |
|
| AbstractPlotOptions |
|
| AbstractSeries |
Abstract base class for series
|
| AbstractSeriesBeanSerializer |
|
| AbstractSeriesEvent |
Base class for series events.
|
| AbstractSeriesItem |
Abstract superclass for chart series items
|
| AbstractSeriesItemEvent |
Base class for series item events.
|
| Accessibility |
Options for configuring accessibility for the chart.
|
| AreaOptions |
|
| Attributes |
A collection of style attributes for the Halo
|
| Axis |
|
| AxisDimension |
Possible axis dimensions with their indexes in client-side
|
| AxisList<T extends Axis> |
Alternative AxisContainer to allow multiple axes
|
| AxisListSerializer |
|
| AxisRescaledEvent |
Event for information about rescaling the axis.
|
| AxisStyle |
The AxisStyle class contains options for customizing the style of an axis
|
| AxisTitle |
The axis title, showing next to the axis line.
|
| AxisTitleBeanSerializer |
|
| AxisType |
Enum representing different axis types.
|
| Back |
Defines the back panel of the frame around 3D charts.
|
| Background |
An object, or array of objects, for backgrounds.
|
| BackgroundShape |
The shape of the pane background.
|
| BeanSerializationDelegate<T> |
Abstract class for bean serializers.
|
| BeanSerializerDelegator<T> |
|
| Bottom |
The bottom of the frame around a 3D chart.
|
| BoxPlotItem |
|
| Breaks |
An array defining breaks in the axis, the sections defined will be left out
and all the points shifted closer to each other.
|
| ButtonOptions |
A collection of options for buttons appearing in the exporting module.
|
| ButtonPosition |
|
| Buttons |
Options for the export related buttons, print and export.
|
| ButtonTheme |
|
| Chart |
|
| ChartAddSeriesEvent |
The ChartAddSeriesEvent class stores data about new series added to an
existing chart.
|
| ChartAfterPrintEvent |
Fired after a chart is printed using the print menu
|
| ChartBeforePrintEvent |
Fired before a chart is printed using the print menu
|
| ChartClickEvent |
The ChartClickEvent class stores information on click events anywhere on the
area of the chart.
|
| ChartConfiguration |
|
| ChartDrillupAllEvent |
ChartDrillupEvent triggered after all the series has been drilled up if chart
has multiple drilldown series
|
| ChartDrillupEvent |
ChartDrillupEvent triggered when the 'Back to previous series' button is
clicked
|
| ChartEnum |
Interface shared by all enum classes of the vaadin charts.
|
| ChartEnumSerializer |
Serializer for all classes implementing ChartEnum
|
| ChartLoadEvent |
Fired after a chart is loaded
|
| ChartModel |
Options regarding the chart area and plot area as well as general chart
options.
|
| ChartOptions |
The ChartOptions configures a page local global options like localized texts
for charts.
|
| ChartOptionsBeanSerializerModifier |
Modifier that adds special handling for ChartOptions and
GradientColor inside ChartOptions
|
| ChartRedrawEvent |
Fired after a chart is redrawn
|
| ChartSelectionEvent |
The ChartSelectionEvent class stores information on selection events on the
chart's area.
|
| ChartSerialization |
Util class that handles the configuration needed for the model classes to be
serialized to JSON.
|
| ChartStyle |
Styles of chart
|
| ChartType |
The default series type for the chart.
|
| ClickEvent |
|
| Color |
Interface used for different type of colors used in model and theme
|
| ColorAxis |
|
| ColumnOptions |
|
| Compare |
|
| Condition |
Under which conditions the rule applies.
|
| Configuration |
Chart's configuration root object containing all the child objects that are
used to configure chart, axes, legend, titles etc.
|
| ConfigurationChangeListener |
Listener interface for events triggered in Configuration.
|
| ContextButton |
Options for the export button.
|
| ContextButtonMenuItem |
|
| Credits |
Highchart by default puts a credits label in the lower right corner of the
chart.
|
| Crosshair |
Configure a crosshair that follows either the mouse pointer or the hovered
point.
|
| CrosshairLabel |
A label on the axis next to the crosshair.
|
| Cursor |
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.
|
| DashStyle |
Dash styles used to render lines.
|
| DataAddedEvent |
Event triggered when data was added to the series.
|
| DataGrouping |
Data grouping is the concept of sampling the data values into larger blocks
in order to ease readability and increase performance of the JavaScript
charts.
|
| DataLabels |
Options for the series data labels, appearing next to each data point.
|
| DataLabelsFunnel |
|
| DataLabelsRange |
Extended data labels for range series types.
|
| DataProviderSeries<T> |
A series which is based on data from a DataProvider.
|
| DataProviderSeriesBeanSerializer |
|
| DataRemovedEvent |
Event when the data was removed.
|
| DataSeries |
An array of data points to be displayed in a chart.
|
| DataSeriesItem |
The DataSeriesItem class represents a single entry in a DataSeries.
|
| DataSeriesItem3d |
DataSeriesItem that can hold also Z value.
|
| DataSeriesItemBeanSerializer |
|
| DataSeriesItemBullet |
DataSeriesItem that can hold also target and targetOptions.
|
| DataSeriesItemTimeline |
DataSeriesItem that can hold also Label and Description values.
|
| DataSeriesItemXrange |
DataSeriesItem that can hold also x2 and partialFill amount and color.
|
| DataUpdatedEvent |
Event for updating existing data series.
|
| DateSerializer |
Serializes all Date objects as UTC long.
|
| DateTimeLabelFormats |
For a DATETIME axis, the scale will automatically adjust to the appropriate
unit.
|
| DefaultBeanSerializerModifier |
Logic for altering the bean serialization process.
|
| Dial |
Options for the dial or arrow pointer of the gauge.
|
| Dimension |
Axial dimension.
|
| Drilldown |
Options for drill down, the concept of inspecting increasingly high
resolution data through clicking on chart items like columns or pie slices.
|
| DrilldownCallback |
Handler interface for chart's drilldown callbacks.
|
| DrilldownCallback.DrilldownDetails |
|
| DrilldownEvent |
The DrilldownEvent class stores information on click events in drilldown
points
|
| DrillUpButton |
Options for the drill up button that appears when drilling down on a series.
|
| DrillUpButtonRelativeTo |
What box to align the button to.
|
| DrillUpButtonTheme |
|
| ExportFileType |
Default MIME type for exporting if chart.exportChart() is called without
specifying a type option.
|
| Exporting |
Options for the exporting module.
|
| ExportingMenuItemDefinition |
|
| FlagItem |
DataSeriesItem that can hold also title and text values.
|
| FlagShape |
|
| FontWeight |
Font weight used by Style class
|
| Frame |
Provides the option to draw a frame around the charts by defining a bottom,
front and back panel.
|
| GaugeOptions |
|
| Global |
Global options that don't apply to each chart.
|
| GradientColor |
Class providing gradient colors
|
| GradientColor.LinearGradient |
|
| GradientColor.RadialGradient |
|
| GradientColor.Stop |
|
| GradientColorStopsSerializer |
|
| Halo |
Options for the halo appearing around the hovered point in line-type series
as well as outside the hovered slice in pie charts.
|
| Handles |
Options for the handles for dragging the zoomed area.
|
| HasAxis<T> |
|
| HasItem |
Indicates that an event has an associated item
|
| HasSeries |
Indicates that an event has an associated series
|
| HeatSeries |
A specialized series for use with HeatMaps
|
| HorizontalAlign |
Alignment of the title relative to the axis values and more generically
horizontal alignment.
|
| Hover |
Options for the hovered series
|
| HTMLLabelItem |
A HTML label that can be positioned anywhere in the chart area.
|
| HTMLLabels |
HTML labels that can be positioned anywhere in the chart area.
|
| Inactive |
|
| InstantSerializer |
Serializes all Instant objects as UTC long.
|
| IntervalUnit |
Irregular time unit used to define point interval unit.
|
| ItemPartialFill |
|
| Items |
A HTML label that can be positioned anywhere in the chart area.
|
| ItemSlicedEvent |
Event for information about slicing a pie point
|
| KeyboardNavigation |
Options for keyboard navigation.
|
| Label |
Text labels for the plot bands
|
| Labels |
|
| Lang |
Language object.
|
| LayoutDirection |
The layout of the legend items.
|
| Legend |
The legend is a box containing a symbol and name for each series item or
point item in the chart.
|
| LegendNavigation |
Options for the paging or navigation appearing when the legend is overflown.
|
| LegendStyle |
Style options for Legend
|
| LegendTitle |
A title to be added on top of the legend.
|
| LegendTitleBeanSerializer |
|
| Level |
Set options on specific levels.
|
| ListSeries |
A series consisting of a list of numerical values.
|
| Loading |
The loading options control the appearance of the loading screen that covers
the plot area on chart operations.
|
| LumoDarkTheme |
The dark version of the default theme for Vaadin Charts.
|
| LumoLightTheme |
The default theme for Vaadin Charts.
|
| Marker |
In Highcharts 1.0, the appearance of all markers belonging to the hovered
series.
|
| MarkerStyle |
Marker style
|
| MarkerSymbol |
Interface for all marker symbols
|
| MarkerSymbolEnum |
A predefined shape or symbol for the marker.
|
| MarkerSymbolUrl |
Symbol that is fetched from the url, implementing ChartEnum to provide
correct serialization
|
| MouseEventDetails |
Helper class to store and transfer mouse event details.
|
| MouseEventDetails.MouseButton |
Constants for mouse buttons.
|
| Navigation |
A collection of options for buttons and menus appearing in the exporting
module.
|
| Navigator |
The navigator is a small series below the main series, displaying a view of
the entire data set.
|
| NoData |
Options for displaying a message like "No data to display".
|
| Node |
A collection of options for the individual nodes.
|
| NodeLayout |
|
| NodeSeries |
A series containing nodes and links to nodes.
|
| NodeSeriesItem |
|
| OhlcItem |
A DataSeriesItem implementation suitable for OHLC charts.
|
| OhlcOptions |
|
| Options3d |
Options to render charts in 3 dimensions.
|
| Pane |
Applies only to polar charts and angular gauges.
|
| PaneList |
Pane Container to allow multiple Panes
|
| PaneListSerializer |
|
| PanKey |
Allows setting a key to switch between zooming and panning.
|
| PartialFill |
|
| Pivot |
Options for the pivot or the center point of the gauge.
|
| PlotBand |
An array of objects defining plot bands on the Y axis.
|
| PlotLine |
An array of lines stretching across the plot area, marking a specific value
on one of the axes.
|
| PlotOptionsArea |
|
| PlotOptionsArearange |
The area range is a cartesian series type with higher and lower Y values
along an X axis.
|
| PlotOptionsAreaspline |
|
| PlotOptionsAreasplinerange |
The area spline range is a cartesian series type with higher and lower Y
values along an X axis.
|
| PlotOptionsBar |
|
| PlotOptionsBoxplot |
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).
|
| PlotOptionsBubble |
A bubble series is a three dimensional series type where each point renders
an X, Y and Z value.
|
| PlotOptionsBullet |
|
| PlotOptionsCandlestick |
|
| PlotOptionsColumn |
|
| PlotOptionsColumnrange |
The column range is a cartesian series type with higher and lower Y values
along an X axis.
|
| PlotOptionsErrorbar |
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.
|
| PlotOptionsFlags |
|
| PlotOptionsFunnel |
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.
|
| PlotOptionsGauge |
General plotting options for the gauge series type.
|
| PlotOptionsHeatmap |
The heatmap series type.
|
| PlotOptionsLine |
|
| PlotOptionsOhlc |
|
| PlotOptionsOrganization |
|
| PlotOptionsPie |
A pie chart is a circular chart divided into sectors, illustrating numerical
proportion.
|
| PlotOptionsPolygon |
A polygon series can be used to draw any freeform shape in the cartesian
coordinate system.
|
| PlotOptionsPyramid |
A pyramid chart consists of a single pyramid with item heights corresponding
to each point value.
|
| PlotOptionsScatter |
|
| PlotOptionsSeries |
General options for all series types.
|
| PlotOptionsSolidgauge |
A gauge showing values using a filled arc with colors indicating the value.
|
| PlotOptionsSpline |
|
| PlotOptionsStyle |
Styles for PlotOptions of different plot types
|
| PlotOptionsTimeline |
|
| PlotOptionsTreemap |
The size of the point shape is determined by its value relative to its
siblings values.
|
| PlotOptionsWaterfall |
Options for the waterfall series type.
|
| PlotOptionsXrange |
Options for the xrange series type.
|
| PointClickEvent |
The PointClickEvent class stores data for click events on the points of the
chart.
|
| PointLegendItemClickEvent |
The PointLegendItemClickEvent class stores information on click events on the
charts's legend items that correspond to a chart point.
|
| PointMouseOutEvent |
Fired when the mouse exits the neighborhood of a point
|
| PointMouseOverEvent |
Fired when the mouse pointer moves within the neighborhood of a point
|
| PointOptions |
|
| PointPlacement |
Possible values: null, ON, BETWEEN.
|
| PointRemoveEvent |
The PointRemoveEvent class stores data for remove events on the points of the
chart
|
| PointSelectEvent |
The PointSelectEvent class stores data for select events on the points of the
chart.
|
| PointUnselectEvent |
The PointUnselectEvent class stores data for unselect events on the points of
the chart.
|
| PointUpdateEvent |
The PointUpdateEvent class stores data for update events on the points of the
chart
|
| Position |
Position configuration for the credits label.
|
| PyramidOptions |
|
| RangeSelector |
The range selector is a tool for selecting ranges to display within the
chart.
|
| RangeSelectorButton |
Options for range selector buttons.
|
| RangeSelectorTimespan |
Possible timespan values for range selector buttons
|
| RangeSeries |
Series for range type data
|
| ResetZoomButton |
The button that appears after a selection zoom, allowing the user to reset
zoom.
|
| ResetZoomButtonRelativeTo |
What frame the button should be placed related to.
|
| Responsive |
Allows setting a set of rules to apply for different screen or chart sizes.
|
| Rules |
A set of rules for responsive settings.
|
| Scrollbar |
An optional scrollbar to display on the Y axis in response to limiting the
minimum an maximum of the axis values.
|
| Select |
The appearance of the point marker when selected.
|
| Series |
Series interface for all kinds of Series
|
| SeriesAddedEvent |
Event for information about a new series to be added
|
| SeriesAfterAnimateEvent |
Fired after a chart series is animated
|
| SeriesChangedEvent |
Event for information about changes in data of series
|
| SeriesCheckboxClickEvent |
SeriesCheckboxClickEvent triggered when a checkbox in a legend is clicked
|
| SeriesClickEvent |
The SeriesClickEvent class stores data for click events on the series of the
chart.
|
| SeriesHideEvent |
Fired when a series is hidden
|
| SeriesLegendItemClickEvent |
The SeriesLegendItemClickEvent class stores information on click events on
the charts's legend items that correspond to a chart series.
|
| SeriesMouseOutEvent |
Fired when the mouse exits the neighborhood of a series
|
| SeriesMouseOverEvent |
Fired when the mouse moves within the neighborhood of a series
|
| SeriesShowEvent |
Fired when a series is shown
|
| SeriesStateEvent |
Listener class for Series enabling and disabling events.
|
| SeriesTooltip |
A configuration object for the tooltip rendering of each single series.
|
| Shape |
The name of a symbol to use for the border around the Datalabels or
Tooltip.
|
| Side |
Note: As of v5.0.12, frame.left or frame.right
should be used instead.
|
| SolidColor |
Solid (non gradient) colors
|
| SolidColorSerializer |
|
| Stacking |
Whether to stack the values of each series on top of each other.
|
| StackLabels |
The stack labels show the total value for each bar in a stacked column or bar
chart.
|
| States |
|
| StepType |
Defines different step line types.
|
| Stop |
|
| StopSerializer |
|
| Style |
Style options for CSS styling
|
| StylePosition |
CSS position attribute, ABSOLUTE or RELATIVE
|
| StyleWrapper |
Helper class when JSON structure needs object with just style field
|
| Subtitle |
The chart's subtitle
|
| TargetOptions |
Set options related with look and position of targets.
|
| TextAlign |
The text alignment for the label.
|
| Theme |
Theme class for Chart.
|
| ThemeGradientColorBeanSerializer |
|
| TickIntervalStyle |
|
| TickmarkPlacement |
For categorized axes only.
|
| TickPosition |
The position of the tick marks relative to the axis line.
|
| Time |
These settings affect how datetime axes are laid out, how tooltips are
formatted, how series pointIntervalUnit works and how the Highstock range
selector handles time.
|
| TimeUnit |
|
| TimeUnitMultiples |
Class used to define allowed multiples a time unit is allowed to be grouped
to.
|
| TimeUnitMultiplesSerializer |
|
| Title |
The chart's main title.
|
| TitleBeanSerializer |
|
| Tooltip |
Options for the tooltip that appears when the user hovers over a series or
point.
|
| TooltipStyle |
Style options for tooltips
|
| Top |
The top of the frame around a 3D chart.
|
| TreeMapLayoutAlgorithm |
|
| TreeMapLayoutStartingDirection |
The direction where the layout algorithm will start drawing.
|
| TreeSeries |
|
| TreeSeriesItem |
|
| Util |
|
| VerticalAlign |
Alignment of the title relative to the axis values and more generically
vertical alignment.
|
| WaterFallSum |
DataSeriesItem that can be used as sum or intermediate sum in waterfall
charts.
|
| XAxesExtremesSetEvent |
The XAxesExtremesSetEvent class stores data for set extremes events on the x
axes of the chart.
|
| XAxis |
The X axis or category axis.
|
| YAxesExtremesSetEvent |
The YAxesExtremesSetEvent class stores data for set extremes events on the y
axes of the chart.
|
| YAxis |
The Y axis or value axis.
|
| ZAxis |
The Z axis or depth axis for 3D plots.
|
| ZoneAxis |
Defines the Axis on which the zones are applied.
|
| Zones |
An array defining zones within a series.
|