LayoutPaddingObject

data class LayoutPaddingObject(val top: Int? = null, val right: Int? = null, val bottom: Int? = null, val left: Int? = null)

Chart layout padding options.

Constructors

Link copied to clipboard
constructor(top: Int? = null, right: Int? = null, bottom: Int? = null, left: Int? = null)

Properties

Link copied to clipboard
val bottom: Int? = null
Link copied to clipboard
val left: Int? = null
Link copied to clipboard
val right: Int? = null
Link copied to clipboard
val top: Int? = null

Functions

Link copied to clipboard
fun LayoutPaddingObject.toJs(): dynamic

An extension function to convert configuration class to JS object.