Enum
GraphSeriesArrangeMode

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.

Declaration

cs-api-definition
Clustered = 1

Field Value

GraphSeriesArrangeMode

Overlapped

Specifies that the series are overlapped.

Declaration

cs-api-definition
Overlapped = 0

Field Value

GraphSeriesArrangeMode

Stacked

Specifies that the graph series are stacked.

Declaration

cs-api-definition
Stacked = 2

Field Value

GraphSeriesArrangeMode

Stacked100

Specifies that the graph series are stacked so that the data points from different series show a relative to each other value.

Declaration

cs-api-definition
Stacked100 = 3

Field Value

GraphSeriesArrangeMode

In this article
DefinitionFieldsClusteredOverlappedStackedStacked100
Not finding the help you need?
Contact Support