Serie
class Serie( var title: String, var key: CustomChart.SeriesKey, var sourceBuildTypeId: String? = null, var color: String? = null) : CustomChart.AbstractSeries
Content copied to clipboard
A serie of data to be shown on the chart.