TreeMapBox.LegendPosition

Syntax

LegendPosition: String;

Description

The LegendPosition property sets position of tree map 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 tree map 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 page with description of the TreeMapBox.refreshView method.

See also:

TreeMapBox