Defines how multiple series of same type are combined on the plot area.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public enum ChartSeriesCombineMode
Fields
Series are combined next to each other.
C#
Cluster = 1
No combining. Each series is plotted independently.
C#
None = 0
Series form stacks.
C#
Stack = 2
Series for stacks that occupy 100% of the plot area.
C#
Stack100 = 3