TeamCity Kotlin DSL
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
CustomChart
/
AxisType
Axis
Type
enum
AxisType
:
Enum
<
CustomChart.AxisType
>
Content copied to clipboard
The type of the Y axis
Entries
Properties
Entries
LOGARITHMIC
Link copied to clipboard
LOGARITHMIC
(
"logarithmic"
)
Content copied to clipboard
The logarithmic axis scale
LINEAR
Link copied to clipboard
LINEAR
(
"linear"
)
Content copied to clipboard
The default standard scale
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard