AbstractSeries

abstract class AbstractSeries(var title: String, var color: String?)

Abstract class for Series

See also

Inheritors

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard