includeParentLabels

For a Treemap Chart and Circle Packing Chart only, specifies that the labels of parents in the hierarchy should be displayed (along with the child labels).

Type

Boolean

Examples

Chart1.includeParentLabels = true;

includeParentLabels1

Chart1.includeParentLabels = false;

includeParentLabels2

Either syntax below can be used in component script:

includeParentLabels          // unqualified
Chart1.includeParentLabels   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.