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)(source)

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val radius: Int

Functions

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

An extension function to convert configuration class to JS object.