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)