Uses of Class
com.storedobject.chart.Chart
Packages that use Chart
-
Uses of Chart in com.storedobject.chart
Subclasses of Chart in com.storedobject.chartModifier and TypeClassDescriptionclass
Abstract base class for creating specific subtypes of charts that requires more axes.class
Bar chart.class
Boxplot chart.class
Bubble chart.class
Candlestick chart.class
Donut chart.class
Effect scatter chart.class
Funnel chart.class
Gauge chart.class
class
Heatmap chart.class
Line chart.class
Nightingale Rose chart.class
Pie chart.class
Radar chart.class
Sankey chart.class
Scatter chart.class
Base class for those charts that do not require aCoordinateSystem
to plot on and supports its own positioning.class
Base class for those special charts that do not require aCoordinateSystem
to plot on and supports its own positioning.class
Sunburst chart.class
Tree chart.class
Treemap chart.class
Basic XY-type chart - mostly plotted on aRectangularCoordinate
system.class
Represents an abstract chart where data points are plotted based on X and Y coordinates.class
Represents an XY Graph chart that extends the base functionality ofXYChart
.Methods in com.storedobject.chart that return ChartModifier and TypeMethodDescriptionfinal Chart
VisualMap.getChart()
Get the chart for which this visual map is used.Plot the chart on a given set of axes.Chart.plotOn
(CoordinateSystem coordinateSystem, Axis... axes) Plot the chart on a given coordinate system.Methods in com.storedobject.chart with parameters of type ChartModifier and TypeMethodDescriptionvoid
Add charts to plot on this coordinate system.com.vaadin.flow.shared.Registration
SOChart.addListener
(EventType eventType, EventListener listener, Chart chart) Adds a listener for a specific event type to the given chart.com.vaadin.flow.shared.Registration
SOChart.addListener
(EventType eventType, EventListener listener, Chart chart, int dataIndex) Adds a listener for the specified event type to the given chart.com.vaadin.flow.shared.Registration
SOChart.addListener
(EventType eventType, EventListener listener, Chart chart, int dataIndex, String dataType) Adds an event listener to a specified event type on the given chart, with additional options for specifying data index and data type.com.vaadin.flow.shared.Registration
SOChart.addListener
(EventType eventType, EventListener listener, Chart chart, String dataType) Adds an event listener to the specified chart for the given event type.Add a data point of a specific chart to the tooltip.void
Hide a chart.void
Remove charts to be removed from this coordinate system.void
Set the chart for which this visual map is used.void
SOChart.setVisible
(boolean visible, Chart chart) Sets the visibility of a chart by sending the appropriate action.void
Make a hidden chart visible again.void
SOChart.toggleVisible
(Chart chart) Toggles the visibility of a chart by sending the appropriate action..Constructors in com.storedobject.chart with parameters of type Chart