Threshold Args
data class ThresholdArgs(val color: Output<ThresholdColor>? = null, val direction: Output<ThresholdDirection>? = null, val label: Output<String>? = null, val targetAxis: Output<ThresholdTargetAxis>? = null, val value: Output<Double>? = null) : ConvertibleToJava<ThresholdArgs>
Defines a threshold for categorizing time series values.
Constructors
Link copied to clipboard
constructor(color: Output<ThresholdColor>? = null, direction: Output<ThresholdDirection>? = null, label: Output<String>? = null, targetAxis: Output<ThresholdTargetAxis>? = null, value: Output<Double>? = null)
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
The target axis to use for plotting the threshold. Target axis is not allowed in a Scorecard.