[]
Specifies how the horizontal axis of the histogram chart is formatted.
public enum BinsType
Public Enum BinsType
Name | 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. |