<kendo:stockChart-navigator-seriesItem-stack>
A boolean value indicating if the series should be stacked. A string value is interpreted as navigator.series.stack.group.
Example
<kendo:stockChart-navigator-seriesItem>
<kendo:stockChart-navigator-seriesItem-stack></kendo:stockChart-navigator-seriesItem-stack>
</kendo:stockChart-navigator-seriesItem>
Configuration Attributes
group java.lang.String
Indicates that the series should be stacked in a group with the specified name.
Example
<kendo:stockChart-navigator-seriesItem-stack group="group">
</kendo:stockChart-navigator-seriesItem-stack>
type java.lang.String
The type of stack to plot. The following types are supported: "normal" - the value of the stack is the sum of all points in the category (or group) or "100%" - the value of the stack is always 100% (1.00). Points within the category (or group) are represented as percentages..
Example
<kendo:stockChart-navigator-seriesItem-stack type="type">
</kendo:stockChart-navigator-seriesItem-stack>