Client-Side API Reference > FlexChart > wijmo.chart > Stacking Enum |
Name | Value | Description |
---|---|---|
None | 0 |
No stacking. Each series object is plotted independently. |
Stacked | 1 |
Stacked charts show how each value contributes to the total. |
Stacked100pc | 2 |
100% stacked charts show how each value contributes to the total with the relative size of each series representing its contribution to the total. |
Specifies whether and how to stack the chart's data values.