Series

data class Series(val symbolName: String, val color: String)

A series is a set of data, for example a line graph or one set of columns. All data plotted on a chart comes from the series object.

Constructors

Link copied to clipboard
constructor(symbolName: String, color: String)

Properties

Link copied to clipboard
val color: String

A string with a hex color of the symbol to be displayed

Link copied to clipboard
val symbolName: String

A string that contains series's symbol