sizeLegend.title

Sets the legend title for a size-key legend.

Type

String

Example

Chart1.sizeLegend.title = 'Salesperson';

sizeLegendTitle

Either syntax below can be used in component script:

sizeLegend.title           // unqualified
Chart1.sizeLegend.title    // qualified

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