TemplateFieldSeriesItemArgs

data class TemplateFieldSeriesItemArgs(val axisBinding: Output<TemplateAxisBinding>, val fieldId: Output<String>, val settings: Output<TemplateLineChartSeriesSettingsArgs>? = null) : ConvertibleToJava<TemplateFieldSeriesItemArgs>

Constructors

Link copied to clipboard
constructor(axisBinding: Output<TemplateAxisBinding>, fieldId: Output<String>, settings: Output<TemplateLineChartSeriesSettingsArgs>? = null)

Properties

Link copied to clipboard

The axis that you are binding the field to.

Link copied to clipboard
val fieldId: Output<String>

The field ID of the field for which you are setting the axis binding.

Link copied to clipboard

The options that determine the presentation of line series associated to the field.

Functions

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