[]
Specifies how the horizontal axis of the histogram chart is formatted.
public enum BinsType
Public Enum BinsType
Name | Description |
---|---|
BinsTypeAutomatic | Specifies bins type automatically. |
BinsTypeBinCount | Specifies bins type by count. |
BinsTypeBinSize | Specifies bins type by size. |
BinsTypeCategorical | Specifies bins type by category. |
BinsTypeManual | Specifies bins type manually. |