glide.chart.histogram.bins
ServiceNow property description:
Number of bins in a histogram chart (minimum 1, maximum 20)
Attributes
- Sys ID: ae24d963c3020100517a3b251eba8f3d
- Type: integer
- Application: Global
- Default value: 10

AI generated property description:
The ServiceNow property `glide.chart.histogram.bins` determines the number of bins used in a histogram chart. According to the documentation, this property allows you to specify a value between a minimum of 1 and a maximum of 20 bins. Bins are the intervals into which the data is divided in a histogram, and adjusting the number of bins can affect the granularity and readability of the chart. This property is useful for customizing the visual representation of data distributions in reports. Proper configuration of this property can help in achieving more accurate and meaningful data analysis.
Source