BubbleTree.LabelAutoColor

Syntax

LabelAutoColor: Boolean;

Description

The LabelAutoColor property determines whether the color of bubble tree item text is calculated automatically.

Comments

Use JSON or the setLabelAutoColor method to set the property value, and the getLabelAutoColor method to get the property value.

Available values:

Example

The example of property use is shown in contents of the BubbleTreeData.js file given in the page Example of creating the BubbleTree component.

See also:

BubbleTree