Uses of Class
com.storedobject.chart.VisualMap
Packages that use VisualMap
-
Uses of VisualMap in com.storedobject.chart
Methods in com.storedobject.chart that return VisualMapModifier and TypeMethodDescriptionfinal VisualMap
BubbleChart.getVisualMap()
Get theVisualMap
associated with this chart.final VisualMap
HeatmapChart.getVisualMap()
Get theVisualMap
associated with this chart.Methods in com.storedobject.chart with parameters of type VisualMapModifier and TypeMethodDescriptionvoid
BubbleChart.setVisualMap
(VisualMap visualMap) Set aVisualMap
for this chart.void
HeatmapChart.setVisualMap
(VisualMap visualMap) Set aVisualMap
for this chart.