PlotDisplayElement

@Serializable
data class PlotDisplayElement(val responseName: String, val position: LayoutPoint, val width: Double = 220.0, val height: Double = 110.0, val windowDuration: Double? = null, val color: String = "#1f77b4", val label: String? = null)(source)

A live time-series plot bound to a response/counter (by responseName).

Constructors

Link copied to clipboard
constructor(responseName: String, position: LayoutPoint, width: Double = 220.0, height: Double = 110.0, windowDuration: Double? = null, color: String = "#1f77b4", label: String? = null)

Properties

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