TemplateBinWidthOptions

data class TemplateBinWidthOptions(val binCountLimit: Double? = null, val value: Double? = null)

Constructors

Link copied to clipboard
constructor(binCountLimit: Double? = null, value: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val binCountLimit: Double? = null

The options that determine the bin count limit.

Link copied to clipboard
val value: Double? = null

The options that determine the bin width value.