Class ChartSeriesStackType
Specifies the preferred stack type.
Inheritance
System.Object
ChartSeriesStackType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartSeriesStackType : Enum
Fields
Normal
The value of the stack is the sum of all points in the category (or group).
Declaration
public const ChartSeriesStackType Normal
Field Value
ChartSeriesStackType
|
Stack100
The value of the stack is always 100% (1.0). Points within the category (or group) are represented as percentages.
Declaration
public const ChartSeriesStackType Stack100
Field Value
ChartSeriesStackType
|
value__
Declaration
public int value__
Field Value
System.Int32
|