kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-chart
/
io.kvision.chart
/
LayoutPaddingObject
Layout
Padding
Object
data
class
LayoutPaddingObject
(
val
top
:
Int
?
=
null
,
val
right
:
Int
?
=
null
,
val
bottom
:
Int
?
=
null
,
val
left
:
Int
?
=
null
)
(
source
)
Chart layout padding options.
Members
Members & Extensions
Constructors
Layout
Padding
Object
Link copied to clipboard
constructor
(
top
:
Int
?
=
null
,
right
:
Int
?
=
null
,
bottom
:
Int
?
=
null
,
left
:
Int
?
=
null
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
?
=
null
left
Link copied to clipboard
val
left
:
Int
?
=
null
right
Link copied to clipboard
val
right
:
Int
?
=
null
top
Link copied to clipboard
val
top
:
Int
?
=
null
Functions
to
Js
Link copied to clipboard
fun
LayoutPaddingObject
.
toJs
(
)
:
dynamic
An extension function to convert configuration class to JS object.