New to Telerik ReportingStart a free 30-day trial

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
In this article
DefinitionFieldsClusteredOverlappedStackedStacked100
Not finding the help you need?
Contact Support