LinePlotData

data class LinePlotData(val plotType: PlotType = PlotType.Line, val lines: List<Line>) : PlotData

LinePlotData is a data class that holds line graph related data and styling components

Parameters

plotType

: Defines the type of plot/graph

lines

: Data related to the list of lines to be drawn.

Constructors

Link copied to clipboard
constructor(plotType: PlotType = PlotType.Line, lines: List<Line>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val plotType: PlotType