Bar Options
data class BarOptions(val backgroundColor: <Error class: unknown class>? = null, val borderColor: <Error class: unknown class>? = null, val borderWidth: Int? = null, val borderSkipped: SkipMode? = null, val borderRadius: Number? = null, val inflateAmount: Number? = null, val pointStyle: PointStyle? = null)
Chart bar options.
Constructors
Link copied to clipboard
constructor(backgroundColor: <Error class: unknown class>? = null, borderColor: <Error class: unknown class>? = null, borderWidth: Int? = null, borderSkipped: SkipMode? = null, borderRadius: Number? = null, inflateAmount: Number? = null, pointStyle: PointStyle? = null)