'Declaration
Public Enum BinsType Inherits System.Enum
'Usage
Dim instance As BinsType
public enum BinsType : System.Enum
'Declaration
Public Enum BinsType Inherits System.Enum
'Usage
Dim instance As BinsType
public enum BinsType : System.Enum
Member | Description |
---|---|
Automatic | Sets bins type automatically. |
BinCount | Sets bins type by count. |
BinSize | Sets bins type by size. |
Categorical | Sets bins type by category. |
Manual | Sets bins type manually. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.BinsType