ArcOptions

data class ArcOptions(val angle: Number? = null, val backgroundColor: Color? = null, val borderAlign: TitleAlign? = null, val borderColor: Color? = null, val borderWidth: Int? = null, val borderJoinStyle: LineJoin? = null)

Chart arc options.

Constructors

Link copied to clipboard
constructor(angle: Number? = null, backgroundColor: Color? = null, borderAlign: TitleAlign? = null, borderColor: Color? = null, borderWidth: Int? = null, borderJoinStyle: LineJoin? = null)

Properties

Link copied to clipboard
val angle: Number? = null
Link copied to clipboard
val backgroundColor: Color? = null
Link copied to clipboard
val borderAlign: TitleAlign? = null
Link copied to clipboard
val borderColor: Color? = null
Link copied to clipboard
Link copied to clipboard
val borderWidth: Int? = null

Functions

Link copied to clipboard
fun ArcOptions.toJs(): dynamic

An extension function to convert configuration class to JS object.