Class ChartSeriesCombineMode
Defines how multiple series of same type are combined on the plot area.
Inheritance
System.Object
ChartSeriesCombineMode
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class ChartSeriesCombineMode : Enum
Fields
Cluster
Series are combined next to each other.
Declaration
public const ChartSeriesCombineMode Cluster
Field Value
None
No combining. Each series is plotted independently.
Declaration
public const ChartSeriesCombineMode None
Field Value
Stack
Series form stacks.
Declaration
public const ChartSeriesCombineMode Stack
Field Value
Stack100
Series for stacks that occupy 100% of the plot area.
Declaration
public const ChartSeriesCombineMode Stack100
Field Value
value__
Declaration
public int value__
Field Value
System.
|