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