Serie

class Serie(    var title: String,     var key: CustomChart.SeriesKey,     var sourceBuildTypeId: String? = null,     var color: String? = null) : CustomChart.AbstractSeries

A serie of data to be shown on the chart.

Constructors

Link copied to clipboard
fun Serie(    title: String,     key: CustomChart.SeriesKey,     sourceBuildTypeId: String? = null,     color: String? = null)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
var color: String?
Link copied to clipboard
var key: CustomChart.SeriesKey
Link copied to clipboard
var sourceBuildTypeId: String? = null
Link copied to clipboard
var title: String