data class LayoutPaddingObject
Chart layout padding options.
LayoutPaddingObject(top: Int? = null, right: Int? = null, bottom: Int? = null, left: Int? = null)
Chart layout padding options. |
val bottom: Int? |
|
val left: Int? |
|
val right: Int? |
|
val top: Int? |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |
|
fun LayoutPaddingObject.toJs(): dynamic
An extension function to convert configuration class to JS object. |