charty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
charty
charty
/
com.himanshoe.charty.common
/
TextConfig
Text
Config
data
class
TextConfig
(
val
fontSize
:
TextUnit
,
val
textColor
:
ChartColor
,
val
style
:
TextStyle
,
val
isVisible
:
Boolean
)
Members
Constructors
Text
Config
Link copied to clipboard
constructor
(
fontSize
:
TextUnit
,
textColor
:
ChartColor
,
style
:
TextStyle
,
isVisible
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
font
Size
Link copied to clipboard
val
fontSize
:
TextUnit
is
Visible
Link copied to clipboard
val
isVisible
:
Boolean
style
Link copied to clipboard
val
style
:
TextStyle
text
Color
Link copied to clipboard
val
textColor
:
ChartColor