kvision / pl.treksoft.kvision.chart / LayoutPaddingObject

LayoutPaddingObject

(js) data class LayoutPaddingObject

Chart layout padding options.

Constructors

(js)

<init>

Chart layout padding options.

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

Properties

(js)

bottom

val bottom: Int?
(js)

left

val left: Int?
(js)

right

val right: Int?
(js)

top

val top: Int?

Extension Functions

(js)

toJs

An extension function to convert configuration class to JS object.

fun LayoutPaddingObject.toJs(): dynamic