kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-chart
/
io.kvision.chart
/
BorderOptions
Border
Options
data
class
BorderOptions
(
val
display
:
Boolean
?
=
null
,
val
color
:
Color
?
=
null
,
val
width
:
Int
?
=
null
,
val
dash
:
List
<
Number
>
?
=
null
,
val
dashOffset
:
Number
?
=
null
)
(
source
)
Chart border options.
Members
Members & Extensions
Constructors
Border
Options
Link copied to clipboard
constructor
(
display
:
Boolean
?
=
null
,
color
:
Color
?
=
null
,
width
:
Int
?
=
null
,
dash
:
List
<
Number
>
?
=
null
,
dashOffset
:
Number
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
Color
?
=
null
dash
Link copied to clipboard
val
dash
:
List
<
Number
>
?
=
null
dash
Offset
Link copied to clipboard
val
dashOffset
:
Number
?
=
null
display
Link copied to clipboard
val
display
:
Boolean
?
=
null
width
Link copied to clipboard
val
width
:
Int
?
=
null
Functions
to
Js
Link copied to clipboard
fun
BorderOptions
.
toJs
(
)
:
dynamic
An extension function to convert configuration class to JS object.