EnumGraphSeriesArrangeMode
Enum
Specifies how the graph series are arranged according to each other.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public enum GraphSeriesArrangeMode
Fields
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.