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