BubbleTreeBox.LegendPosition

Syntax

LegendPosition: String;

Description

The LegendPosition property determines position of bubble tree legend.

Comments

Use JSON or the setLegendPosition method to set the property value, and the getLegendPosition method to get the property value.

This property may contain the following string values: bottom or top - legend position at the top or at the bottom of the bubble tree plot area; left or right - left or right alignment. These values can be combined using the splitter |.

Example

The example of property use is given on the BubbleTreeBox.refreshView page.

See also:

BubbleTreeBox