'Declaration
Public Enum Grouping Inherits System.Enum
'Usage
Dim instance As Grouping
public enum Grouping : System.Enum
'Declaration
Public Enum Grouping Inherits System.Enum
'Usage
Dim instance As Grouping
public enum Grouping : System.Enum
Member | Description |
---|---|
Stacked | The chart series are drawn next to each other along the value axis and scaled to total 100%. |
Stacked100 | The chart series are drawn next to each other on the value axis. |
Standard | The chart series are drawn next to each other on the depth axis. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.Grouping