Uses of Class
com.storedobject.chart.VisualMap.Range
Packages that use VisualMap.Range
-
Uses of VisualMap.Range in com.storedobject.chart
Methods in com.storedobject.chart that return VisualMap.RangeModifier and TypeMethodDescriptionVisualMap.getInRange()
Retrieves the range of colors and visuals to be used for the visual map.VisualMap.getOutOfRange()
Retrieves the visual map range for values that fall outside the acceptable range.Methods in com.storedobject.chart with parameters of type VisualMap.RangeModifier and TypeMethodDescriptionvoid
VisualMap.setInRange
(VisualMap.Range inRange) Sets the range of colors and other visuals to be used for the visual map.void
VisualMap.setOutOfRange
(VisualMap.Range outOfRange) Sets the range of colors and other visuals that define the "out of range" state for this visual map.