BuilderScope

Facilitates the creation of LineCartesianLayerModels and Partials.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun series(vararg y: Number)

Adds a series with the provided y values (y), using their indices as the x values.

Adds a series with the provided x values (x) and y values (y). x and y should have the same size.