Elements Options
data class ElementsOptions(point: PointOptions?, line: LineOptions?, arc: ArcOptions?, rectangle: RectangleOptions?)
Content copied to clipboard
Chart elements options.
Constructors
ElementsOptions
Link copied to clipboard
fun ElementsOptions(point: PointOptions? = null, line: LineOptions? = null, arc: ArcOptions? = null, rectangle: RectangleOptions? = null)
Content copied to clipboard
Properties
arc
Link copied to clipboard
line
Link copied to clipboard
point
Link copied to clipboard
rectangle
Link copied to clipboard
Extensions
toJs
Link copied to clipboard