'Declaration
Public Enum ChartStackingType Inherits System.Enum
'Usage
Dim instance As ChartStackingType
public enum ChartStackingType : System.Enum
'Declaration
Public Enum ChartStackingType Inherits System.Enum
'Usage
Dim instance As ChartStackingType
public enum ChartStackingType : System.Enum
Member | Description |
---|---|
None | No stacking. Each series object is plotted independently. |
Stacked | Stacked charts show how each value contributes to the total. |
Stacked100pc | 100% stacked charts show how each value contributes to the total with the relative size of each series representing its contribution to the total. |
System.Object
System.ValueType
System.Enum
C1.Android.Chart.ChartStackingType