HistogramDisplayElement

@Serializable
data class HistogramDisplayElement(val responseName: String, val position: LayoutPoint, val width: Double = 220.0, val height: Double = 120.0, val bins: Int = 10, val discrete: Boolean = false, val color: String = "#1f77b4", val label: String? = null)(source)

A live histogram / frequency chart of a response's observed values, computed in the viewer from the raw value stream (decision D12 — not emitted as bin snapshots). When discrete is true it tallies by integer value (an integer-frequency chart); otherwise it bins the observed range into bins equal-width bins. Bound by responseName (8D.1).

Constructors

Link copied to clipboard
constructor(responseName: String, position: LayoutPoint, width: Double = 220.0, height: Double = 120.0, bins: Int = 10, discrete: Boolean = false, color: String = "#1f77b4", label: String? = null)

Properties

Link copied to clipboard
val bins: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard