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