Enum ChartSeriesCombineMode
Defines how multiple series of same type are combined on the plot area.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public enum ChartSeriesCombineMode
Cluster
Series are combined next to each other.
None
No combining. Each series is plotted independently.
Stack
Series form stacks.
Stack100
Series for stacks that occupy 100% of the plot area.