LineOptions
data class LineOptions(val cubicInterpolationMode: InterpolationMode = InterpolationMode.DEFAULT, val tension: Double? = null, val backgroundColor: Color? = null, val borderWidth: Int? = null, val borderColor: Color? = null, val borderCapStyle: LineCap? = null, val borderDash: List<Any>? = null, val borderDashOffset: Number? = null, val borderJoinStyle: LineJoin? = null, val capBezierPoints: Boolean? = null, val fill: Boolean? = null, val stepped: Boolean? = null)(source)
Chart line options.
Constructors
Link copied to clipboard
constructor(cubicInterpolationMode: InterpolationMode = InterpolationMode.DEFAULT, tension: Double? = null, backgroundColor: Color? = null, borderWidth: Int? = null, borderColor: Color? = null, borderCapStyle: LineCap? = null, borderDash: List<Any>? = null, borderDashOffset: Number? = null, borderJoinStyle: LineJoin? = null, capBezierPoints: Boolean? = null, fill: Boolean? = null, stepped: Boolean? = null)