shapeLegend.title

Sets the legend title for a shape-key legend.

Type

String

Example

Chart1.shapeLegend.title = 'Salesperson';

shapeLegendTitle

Either syntax below can be used in component script:

shapeLegend.title           // unqualified
Chart1.shapeLegend.title    // qualified

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