PatternSeries
class PatternSeries( var title: String, var pattern: String, var color: String? = null) : CustomChart.AbstractSeries
Content copied to clipboard
Series of data to be shown on the chart specified with pattern
Constructors
Link copied to clipboard
fun PatternSeries( title: String, pattern: String, color: String? = null)
Content copied to clipboard