<kendo:sparkline-seriesDefaults-stack>

A Boolean value indicating if the series should be stacked.

Example

<kendo:sparkline-seriesDefaults>
    <kendo:sparkline-seriesDefaults-stack></kendo:sparkline-seriesDefaults-stack>
</kendo:sparkline-seriesDefaults>

Configuration Attributes

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:sparkline-seriesDefaults-stack type="type">
</kendo:sparkline-seriesDefaults-stack>
In this article
Not finding the help you need?