AnalysisDataFieldSeriesItem

data class AnalysisDataFieldSeriesItem(val axisBinding: AnalysisAxisBinding, val fieldId: String, val fieldValue: String? = null, val settings: AnalysisLineChartSeriesSettings? = null)

Constructors

Link copied to clipboard
constructor(axisBinding: AnalysisAxisBinding, fieldId: String, fieldValue: String? = null, settings: AnalysisLineChartSeriesSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The axis that you are binding the field to.

Link copied to clipboard

The field ID of the field that you are setting the axis binding to.

Link copied to clipboard
val fieldValue: String? = null

The field value of the field that you are setting the axis binding to.

Link copied to clipboard

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