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
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.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.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
Make a hidden chart visible again.Constructors in com.storedobject.chart with parameters of type Chart