Line Options
data class LineOptions(cubicInterpolationMode: InterpolationMode, tension: Double, backgroundColor: Color?, borderWidth: Int, borderColor: Color?, borderCapStyle: LineCap?, borderDash: List<Any>?, borderDashOffset: Int, borderJoinStyle: LineJoin?, capBezierPoints: Boolean, fill: Boolean, stepped: Boolean)
Content copied to clipboard
Chart line options.
Constructors
LineOptions
Link copied to clipboard
fun LineOptions(cubicInterpolationMode: InterpolationMode = InterpolationMode.DEFAULT, tension: Double = 0.2, backgroundColor: Color? = null, borderWidth: Int = 1, borderColor: Color? = null, borderCapStyle: LineCap? = null, borderDash: List<Any>? = null, borderDashOffset: Int = 0, borderJoinStyle: LineJoin? = null, capBezierPoints: Boolean = true, fill: Boolean = true, stepped: Boolean = false)
Content copied to clipboard
Properties
backgroundColor
Link copied to clipboard
borderCapStyle
Link copied to clipboard
borderColor
Link copied to clipboard
borderDash
Link copied to clipboard
borderDashOffset
Link copied to clipboard
borderJoinStyle
Link copied to clipboard
borderWidth
Link copied to clipboard
capBezierPoints
Link copied to clipboard
cubicInterpolationMode
Link copied to clipboard
Extensions
toJs
Link copied to clipboard