Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
ui-core
/
org.octavius.ui.timeline
/
TimelineTheme
/
AxisStyle
Axis
Style
desktop
data
class
AxisStyle
(
val
labelColor
:
Color
,
val
tickColor
:
Color
,
val
textStyle
:
TextStyle
,
val
tickHeight
:
Float
=
8.0f
)
Members
Constructors
Axis
Style
Link copied to clipboard
desktop
constructor
(
labelColor
:
Color
,
tickColor
:
Color
,
textStyle
:
TextStyle
,
tickHeight
:
Float
=
8.0f
)
Properties
label
Color
Link copied to clipboard
desktop
val
labelColor
:
Color
text
Style
Link copied to clipboard
desktop
val
textStyle
:
TextStyle
tick
Color
Link copied to clipboard
desktop
val
tickColor
:
Color
tick
Height
Link copied to clipboard
desktop
val
tickHeight
:
Float