getStackExtrems();
The getStackExtrems method returns calculated values of chart stacks.
The method returns an object with the following fields:
Primary. The array that contains sums of data series values for each of the X axis points, if values of data series at the primary value axis are used.
Secondary. The array that contains sums of data series values for each of the X axis points, if values of data series at the secondary value axis are used.
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.
The example of use is given on the page with description of the Chart.Stacking property.
See also: