AnalysisReferenceLineStyleConfigurationArgs

data class AnalysisReferenceLineStyleConfigurationArgs(val color: Output<String>? = null, val pattern: Output<AnalysisReferenceLinePatternType>? = null) : ConvertibleToJava<AnalysisReferenceLineStyleConfigurationArgs>

Constructors

constructor(color: Output<String>? = null, pattern: Output<AnalysisReferenceLinePatternType>? = null)

Properties

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

The hex color of the reference line.

Link copied to clipboard

The pattern type of the line style. Choose one of the following options:

Functions

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