PatternSeries

class PatternSeries(var title: String, var pattern: String, var color: String? = null) : CustomChart.AbstractSeries

Series of data to be shown on the chart specified with pattern

Constructors

Link copied to clipboard
constructor(title: String, pattern: String, color: String? = null)

Properties

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

Functions

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