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).
Examples
Chart1.includeParentLabels = true;

Chart1.includeParentLabels = false;

|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |