data class LayoutPaddingObject
Chart layout padding options.
(js)
<init> |
Chart layout padding options. LayoutPaddingObject(top: Int? = null, right: Int? = null, bottom: Int? = null, left: Int? = null) |
(js)
bottom |
val bottom: Int? |
(js)
left |
val left: Int? |
(js)
right |
val right: Int? |
(js)
top |
val top: Int? |
(js)
toJs |
An extension function to convert configuration class to JS object. fun LayoutPaddingObject.toJs(): dynamic |