ThresholdResponse

data class ThresholdResponse(val color: String, val direction: String, val label: String, val targetAxis: String, val value: Double)

Defines a threshold for categorizing time series values.

Constructors

Link copied to clipboard
fun ThresholdResponse(color: String, direction: String, label: String, targetAxis: String, value: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The state color for this threshold. Color is not allowed in a XyChart.

Link copied to clipboard

The direction for the current threshold. Direction is not allowed in a XyChart.

Link copied to clipboard

A label for the threshold.

Link copied to clipboard

The target axis to use for plotting the threshold. Target axis is not allowed in a Scorecard.

Link copied to clipboard

The value of the threshold. The value should be defined in the native scale of the metric.