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 TypeClassDescriptionclassAbstract base class for creating specific subtypes of charts that requires more axes.classBar chart.classBoxplot chart.classBubble chart.classCandlestick chart.classChart.classAbstract coordinate system.classDonut chart.classEffect scatter chart.classFunnel chart.classGauge chart.classclassHeatmap chart.classLine chart.classMark area.classNightingale Rose chart.classPie chart.classRepresentation of polar coordinate system with an angle axis and a radius axis.classRadar chart.classRadar coordinate is used byRadarChart.classRepresentation of rectangular (cartesian) coordinate system with X and Y axes.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.classTooltip to display.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 with parameters of type HasDataModifier and TypeMethodDescriptionvoidSOChart.updateData(HasData... dataOwners) Update the chart with modified data from the data providers of a given set of data owners.