"bubbleColorFromValue"

If a heatmap should be created and the property "bubbleColorFromValue" is "TRUE", the highest value is displayed in white and the lowest value is displayed in the color, which was defined for the series.

Synopsis

void shape.bubbleColorFromValue(bool colorFromValue);

Parameters

Parameter Description
colorFromValue

TRUE = heatmap can be created

FALSE = all bubbles have the same color

Description

If a heatmap should be created and the property "bubbleColorFromValue" is "TRUE", the highest value is displayed in white and the lowest value is displayed in the color, which was defined for the series.

Example

In this example, the property "bubbleColorFromValue" was set to TRUE. The colors for the given series are in this case "lightcoral" and "lightsteelblue".

Abbildung 1. Bubble-chart with true "bubbleColorFromValue"
Abbildung 2. Heatmap

Assignment

Chart.ewo