ValueDisplayElement

@Serializable
data class ValueDisplayElement(val responseName: String, val position: LayoutPoint, val label: String? = null, val decimals: Int = 1)(source)

A labeled numeric readout of a response/counter's value (no geometry) — the display primitive that BarDisplayElement composes (a bar = a value readout + a value-proportional rectangle). Bound to a response by responseName; rendered as "label: value".

Constructors

Link copied to clipboard
constructor(responseName: String, position: LayoutPoint, label: String? = null, decimals: Int = 1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard