Arc Options
data class ArcOptions(val angle: Number? = null, val backgroundColor: <Error class: unknown class>? = null, val borderAlign: TitleAlign? = null, val borderColor: <Error class: unknown class>? = null, val borderWidth: Int? = null, val borderJoinStyle: LineJoin? = null)
Chart arc options.
Constructors
Link copied to clipboard
constructor(angle: Number? = null, backgroundColor: <Error class: unknown class>? = null, borderAlign: TitleAlign? = null, borderColor: <Error class: unknown class>? = null, borderWidth: Int? = null, borderJoinStyle: LineJoin? = null)