sizeLegend.titleVisible

Sets the visibility of the legend title bar for a size-key legend.

Type

Boolean

Examples

Chart1.sizeLegend.titleVisible = false;

sizeLegendTitleVisible

Either syntax below can be used in component script:

sizeLegend.titleVisible           // unqualified
Chart1.sizeLegend.titleVisible    // qualified

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