DashboardFieldSeriesItem

data class DashboardFieldSeriesItem(val axisBinding: DashboardAxisBinding, val fieldId: String, val settings: DashboardLineChartSeriesSettings? = null)

Constructors

Link copied to clipboard
constructor(axisBinding: DashboardAxisBinding, fieldId: String, settings: DashboardLineChartSeriesSettings? = 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 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.