TemplateLineChartLineStyleSettingsArgs

data class TemplateLineChartLineStyleSettingsArgs(val lineInterpolation: Output<TemplateLineInterpolation>? = null, val lineStyle: Output<TemplateLineChartLineStyle>? = null, val lineVisibility: Output<TemplateVisibility>? = null, val lineWidth: Output<String>? = null) : ConvertibleToJava<TemplateLineChartLineStyleSettingsArgs>

Constructors

Link copied to clipboard
constructor(lineInterpolation: Output<TemplateLineInterpolation>? = null, lineStyle: Output<TemplateLineChartLineStyle>? = null, lineVisibility: Output<TemplateVisibility>? = null, lineWidth: Output<String>? = null)

Properties

Link copied to clipboard

Interpolation style for line series.

Link copied to clipboard

Line style for line series.

Link copied to clipboard
val lineVisibility: Output<TemplateVisibility>? = null

Configuration option that determines whether to show the line for the series.

Link copied to clipboard
val lineWidth: Output<String>? = null

String based length that is composed of value and unit in px

Functions

Link copied to clipboard
open override fun toJava(): TemplateLineChartLineStyleSettingsArgs