PointOptions

data class PointOptions(val radius: Int = 3, val pointStyle: PointStyle = PointStyle.CIRCLE, val backgroundColor: Color? = null, val borderWidth: Int = 1, val borderColor: Color? = null, val hitRadius: Int = 1, val hoverRadius: Int = 4, val hoverBorderWidth: Int = 1)

Chart point options.

Constructors

Link copied to clipboard
constructor(radius: Int = 3, pointStyle: PointStyle = PointStyle.CIRCLE, backgroundColor: Color? = null, borderWidth: Int = 1, borderColor: Color? = null, hitRadius: Int = 1, hoverRadius: Int = 4, hoverBorderWidth: Int = 1)

Properties

Link copied to clipboard
val backgroundColor: Color? = null
Link copied to clipboard
val borderColor: Color? = null
Link copied to clipboard
val borderWidth: Int = 1
Link copied to clipboard
val hitRadius: Int = 1
Link copied to clipboard
Link copied to clipboard
val hoverRadius: Int = 4
Link copied to clipboard
Link copied to clipboard
val radius: Int = 3

Functions

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

An extension function to convert configuration class to JS object.