Point Options
data class PointOptions(radius: Int, pointStyle: PointStyle, backgroundColor: Color?, borderWidth: Int, borderColor: Color?, hitRadius: Int, hoverRadius: Int, hoverBorderWidth: Int)
Content copied to clipboard
Chart point options.
Constructors
PointOptions
Link copied to clipboard
fun PointOptions(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)
Content copied to clipboard
Properties
backgroundColor
Link copied to clipboard
borderColor
Link copied to clipboard
borderWidth
Link copied to clipboard
hoverBorderWidth
Link copied to clipboard
hoverRadius
Link copied to clipboard
pointStyle
Link copied to clipboard
Extensions
toJs
Link copied to clipboard