Enum
ChartSeriesCombineMode

Defines how multiple series of same type are combined on the plot area.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public enum ChartSeriesCombineMode

Fields

Cluster

Series are combined next to each other.

Declaration

cs-api-definition
Cluster = 1

Field Value

ChartSeriesCombineMode

None

No combining. Each series is plotted independently.

Declaration

cs-api-definition
None = 0

Field Value

ChartSeriesCombineMode

Stack

Series form stacks.

Declaration

cs-api-definition
Stack = 2

Field Value

ChartSeriesCombineMode

Stack100

Series for stacks that occupy 100% of the plot area.

Declaration

cs-api-definition
Stack100 = 3

Field Value

ChartSeriesCombineMode

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