CreateHistogramOptions

external interface CreateHistogramOptions(source)

Properties

Link copied to clipboard
abstract var figures: Double?

The number of accuracy digits. Must be a number between 1 and 5.

Link copied to clipboard
abstract var highest: Any?

The highest recordable value. Must be an integer value that is equal to or greater than two times lowest.

Link copied to clipboard
abstract var lowest: Any?

The lowest discernible value. Must be an integer value greater than 0.