DataVisualizer.Legends

Syntax

Legends: Array

Description

The Legends property sets and returns array of chart legends.

Comments

Use JSON or the setLegends method to set the property value, and the getLegends method to get the property value.

The property contains an array of object with the PP.Ui.LegendBase base type.

Example

The property use is given in theExample of Creating the BubbleTree Componentpage.

See also:

DataVisualizer