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
constructor(title: String, key: CustomChart.SeriesKey, sourceBuildTypeId: String? = null, color: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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