Pattern Series
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
Series of data to be shown on the chart specified with pattern