kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-chart
/
io.kvision.chart
/
LegendTitleOptions
Legend
Title
Options
data
class
LegendTitleOptions
(
val
display
:
Boolean
?
=
null
,
val
color
:
Color
?
=
null
,
val
font
:
ChartFont
?
=
null
,
val
padding
:
Int
?
=
null
,
val
text
:
String
?
=
null
)
(
source
)
Chart legend title options.
Members
Members & Extensions
Constructors
Legend
Title
Options
Link copied to clipboard
constructor
(
display
:
Boolean
?
=
null
,
color
:
Color
?
=
null
,
font
:
ChartFont
?
=
null
,
padding
:
Int
?
=
null
,
text
:
String
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
Color
?
=
null
display
Link copied to clipboard
val
display
:
Boolean
?
=
null
font
Link copied to clipboard
val
font
:
ChartFont
?
=
null
padding
Link copied to clipboard
val
padding
:
Int
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null
Functions
to
Js
Link copied to clipboard
fun
LegendTitleOptions
.
toJs
(
i18nTranslator
:
(
String
)
->
String
)
:
dynamic
An extension function to convert configuration class to JS object.