ArcOptions

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)

Properties

Link copied to clipboard
val angle: Number? = null
Link copied to clipboard
val backgroundColor: <Error class: unknown class>? = null
Link copied to clipboard
val borderAlign: TitleAlign? = null
Link copied to clipboard
val borderColor: <Error class: unknown class>? = 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.