Line Options
data class LineOptions(val cubicInterpolationMode: InterpolationMode = InterpolationMode.DEFAULT, val tension: Double? = null, val backgroundColor: <Error class: unknown class>? = null, val borderWidth: Int? = null, val borderColor: <Error class: unknown class>? = 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)
Chart line options.
Constructors
Link copied to clipboard
constructor(cubicInterpolationMode: InterpolationMode = InterpolationMode.DEFAULT, tension: Double? = null, backgroundColor: <Error class: unknown class>? = null, borderWidth: Int? = null, borderColor: <Error class: unknown class>? = null, borderCapStyle: LineCap? = null, borderDash: List<Any>? = null, borderDashOffset: Number? = null, borderJoinStyle: LineJoin? = null, capBezierPoints: Boolean? = null, fill: Boolean? = null, stepped: Boolean? = null)