value
fun value(responseName: String, x: Double, y: Double, label: String? = null, decimals: Int = 1)(source)
Displays a labeled numeric readout of a response/counter value (no bar) — the display primitive that bar composes. Bound by trace responseName.
fun value(response: ResponseCIfc, x: Double, y: Double, label: String? = null, decimals: Int = 1)(source)
Displays a response's value by passing the response itself; its name is taken from it (8K.1).
fun value(counter: CounterCIfc, x: Double, y: Double, label: String? = null, decimals: Int = 1)(source)
Displays a counter's value by passing the counter itself; its name is taken from it (8K.1).