LabelAutoColor: Boolean;
The LabelAutoColor property determines whether the color of bubble tree item text is calculated automatically.
Use JSON or the setLabelAutoColor method to set the property value, and the getLabelAutoColor method to get the property value.
Available values:
True. Default value. Bubble tree item text color is calculate automatically - depending on the item background color text color is black or white
False. Bubble tree item text color is set from the settings determined by means of the BubbleTree.InnerLabelsStyle property.
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: