BorderOptions

data class BorderOptions(val display: Boolean? = null, val color: Color? = null, val width: Int? = null, val dash: List<Number>? = null, val dashOffset: Number? = null)

Chart border options.

Constructors

Link copied to clipboard
constructor(display: Boolean? = null, color: Color? = null, width: Int? = null, dash: List<Number>? = null, dashOffset: Number? = null)

Properties

Link copied to clipboard
val color: Color? = null
Link copied to clipboard
val dash: List<Number>? = null
Link copied to clipboard
val dashOffset: Number? = null
Link copied to clipboard
val display: Boolean? = null
Link copied to clipboard
val width: Int? = null

Functions

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

An extension function to convert configuration class to JS object.