ElementsOptions

data class ElementsOptions(point: PointOptions?, line: LineOptions?, arc: ArcOptions?, rectangle: RectangleOptions?)

Chart elements options.

Constructors

ElementsOptions
Link copied to clipboard
fun ElementsOptions(point: PointOptions? = null, line: LineOptions? = null, arc: ArcOptions? = null, rectangle: RectangleOptions? = null)

Properties

arc
Link copied to clipboard
val arc: ArcOptions? = null
line
Link copied to clipboard
val line: LineOptions? = null
point
Link copied to clipboard
val point: PointOptions? = null
rectangle
Link copied to clipboard
val rectangle: RectangleOptions? = null

Extensions

toJs
Link copied to clipboard
fun ElementsOptions.toJs(): dynamic
An extension function to convert configuration class to JS object.