Apama 10.3.1 | Apama Documentation | Building and Using Apama Dashboards | Dashboard Property Reference for Graphs, Tables and Trends | Graph Objects | Heat map | Mapping from possible aggregation results to colors
 
Mapping from possible aggregation results to colors
The possible color-data aggregation results are mapped to colors as follows:
*If colorValueAutoScaleMode is Off
*The possible aggregation result value specified in colorValueMin is mapped to the color specified by minColor.
*The possible aggregation result value specified in colorValueMax is mapped to the color specified by maxColor.
*If colorValueAutoScaleMode is On
*The smallest actual aggregation result for the current display is mapped to the color specified by minColor.
*The largest actual aggregation result for the current display is mapped to the color specified by maxColor.
*If colorValueAutoScaleMode is Off - Include Min/Max
*minColor is mapped to the smaller of colorValueMin and the smallest actual aggregation result for the current display.
*maxColor is larger of colorValueMax and the largest actual aggregation result for the current display.
In all three cases, possible aggregation result values that are in between those mapped to minColor and maxColor are mapped through interpolation, using the colors between minColor and maxColor arranged either in gradient order or color-wheel order (as determined by linearColorMappingFlag).

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.