Uses of Interface
com.storedobject.chart.HasData
Packages that use HasData
-
Uses of HasData in com.storedobject.chart
Classes in com.storedobject.chart that implement HasDataModifier and TypeClassDescriptionclass
Abstract base class for creating specific subtypes of charts that requires more axes.class
Bar chart.class
Bubble chart.class
Candlestick chart.class
Chart.class
Abstract coordinate system.class
Donut chart.class
Effect scatter chart.class
Funnel chart.class
Gauge chart.class
class
Heatmap chart.class
Line chart.class
Mark area.class
Nightingale Rose chart.class
Pie chart.class
Representation of polar coordinate system with an angle axis and a radius axis.class
Radar chart.class
Radar coordinate is used byRadarChart
.class
Representation of rectangular (cartesian) coordinate system with X and Y axes.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
Tooltip to display.class
Tree chart.class
Treemap chart.class
Basic XY-type chart - mostly plotted on aRectangularCoordinate
system.Methods in com.storedobject.chart with parameters of type HasDataModifier and TypeMethodDescriptionvoid
SOChart.updateData
(HasData... dataOwners) Update the chart with modified data from the data providers of a given set of data owners.