stackMeasures

For a stacked chart (press ‘Select Chart Style’ button auto chart type and select the ‘Stack’ option) in single-graph display (press the ‘Switch to Single Graph’ button multi chart), this displays multiple measures in “stacked” format rather than side-by-side.

Type

Boolean

Examples

Chart1.stackMeasures = false;

stackMeasures2

Chart1.stackMeasures = true;

stackMeasures

Either syntax below can be used in component script:

stackMeasures          // unqualified
Chart1.stackMeasures   // qualified

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