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 TypeClassDescriptionclassAbstract base class for creating specific subtypes of charts that requires more axes.classBar chart.classBoxplot chart.classBubble chart.classCandlestick chart.classDonut chart.classEffect scatter chart.classFunnel chart.classGauge chart.classclassHeatmap chart.classLine chart.classNightingale Rose chart.classPie chart.classRadar chart.classSankey chart.classScatter chart.classBase class for those charts that do not require aCoordinateSystemto plot on and supports its own positioning.classBase class for those special charts that do not require aCoordinateSystemto plot on and supports its own positioning.classSunburst chart.classTree chart.classTreemap chart.classBasic XY-type chart - mostly plotted on aRectangularCoordinatesystem.classRepresents an abstract chart where data points are plotted based on X and Y coordinates.classRepresents an XY Graph chart that extends the base functionality ofXYChart.Methods in com.storedobject.chart that return ChartModifier and TypeMethodDescriptionfinal ChartVisualMap.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 TypeMethodDescriptionvoidAdd charts to plot on this coordinate system.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Chart chart) Adds a listener for a specific event type to the given chart.com.vaadin.flow.shared.RegistrationSOChart.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.RegistrationSOChart.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.RegistrationSOChart.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.voidHide a chart.voidRemove charts to be removed from this coordinate system.voidSet the chart for which this visual map is used.voidSOChart.setVisible(boolean visible, Chart chart) Sets the visibility of a chart by sending the appropriate action.voidMake a hidden chart visible again.voidSOChart.toggleVisible(Chart chart) Toggles the visibility of a chart by sending the appropriate action..Constructors in com.storedobject.chart with parameters of type Chart