Chart.getSeriesStacks

Syntax

getSeriesStacks(filter: String);

Parameters

filter. Type of the chart for which stacks are recalculated. Available values:

Description

The getSeriesStacks method recalculates all chart stacks for further calculations.

Comments

The method returns an object with the following fields:

Example

The example of use is given on the page with description of the Chart.Stacking property.

See also:

Chart