toggle menu
TeamCity Kotlin DSL
JVM
switch theme
search in API
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
CustomChart
/
AbstractSeries
Abstract
Series
abstract
class
AbstractSeries
(
var
title
:
String
,
var
color
:
String
?
)
Abstract class for Series
See also
Custom
Chart.
Serie
Custom
Chart.
Pattern
Series
Inheritors
Serie
PatternSeries
Members
Constructors
Abstract
Series
Link copied to clipboard
constructor
(
title
:
String
,
color
:
String
?
)
Properties
color
Link copied to clipboard
var
color
:
String
?
title
Link copied to clipboard
var
title
:
String