combinedTooltip

For a Line Chart or Area Chart, when set to true, displays a single tooltip with details from all lines. (The amount of data displayed will be limited by available space in the tooltip.) When false (default), the tooltip displays details only for the line to which the user points.

Type

Boolean

true: Display combined tooltip
false: Display individual tooltip

Example

Chart1.combinedTooltip = true;

Either syntax below can be used in component script:

combinedTooltip         // unqualified
Chart1.combinedTooltip  // qualified

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