XYSeriesStackKind Enum
Specifies the stacking methods supported by a XYSeriesBase series.
public enum XYSeriesStackKind
Fields
| Name | Description |
|---|---|
| None | Indicates the series will not be stacked. |
| Normal | Indicates the series will be stacked by adding its values to the values of other stacked series. |
| Percentage | Indicates the series will be stacked by calculating percentages of its values based on the total values of all stacked series. |