LayoutPaddingObject

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

Chart layout padding options.

Constructors

LayoutPaddingObject
Link copied to clipboard
fun LayoutPaddingObject(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

Extensions

toJs
Link copied to clipboard
fun LayoutPaddingObject.toJs(): dynamic
An extension function to convert configuration class to JS object.