Specifies how the graph series are arranged according to each other.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum GraphSeriesArrangeMode
Fields
Specifies that the graph series are clustered. This value is applicable to Bar/Column charts only.
C#
Clustered = 1
Specifies that the series are overlapped.
C#
Overlapped = 0
Specifies that the graph series are stacked.
C#
Stacked = 2
Specifies that the graph series are stacked so that the data points from different series show a relative to each other value.
C#
Stacked100 = 3