[]
Specifies how the horizontal axis of the histogram chart is formatted.
public enum BinsType
BinsTypeAutomatic = 0
Specifies bins type automatically.
BinsTypeBinCount = 4
Specifies bins type by count.
BinsTypeBinSize = 3
Specifies bins type by size.
BinsTypeCategorical = 1
Specifies bins type by category.
BinsTypeManual = 2
Specifies bins type manually.