lineInterpolation

@JvmName(name = "xtjvniwjdvvisdej")
suspend fun lineInterpolation(value: Output<DashboardLineInterpolation>)
@JvmName(name = "moobrukaitavgocc")
suspend fun lineInterpolation(value: DashboardLineInterpolation?)

Parameters

value

Interpolation style for line series.

  • LINEAR : Show as default, linear style.

  • SMOOTH : Show as a smooth curve.

  • STEPPED : Show steps in line.