contour

class contour(val bins: Int? = null, val binWidth: Number? = null, val mapping: ContourStatMapping.() -> Unit = {}) : StatOptions, ContourStatParameters

Constructors

Link copied to clipboard
constructor(bins: Int? = null, binWidth: Number? = null, mapping: ContourStatMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val bins: Int? = null
Link copied to clipboard
open override val binWidth: Number? = null
Link copied to clipboard
val kind: StatKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val parameters: Options