Chart.getStackExtrems

Syntax

getStackExtrems();

Description

The getStackExtrems method returns calculated values of chart stacks.

Comments

The method returns an object with the following fields:

 Values in arrays are objects that contain the sum integer field.

The Primary and Secondary arrays also contain max and min fields that store maximum and minimum stacked values of data series.

Example

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

See also:

Chart