LinePlotData

constructor(plotType: PlotType = PlotType.Line, lines: List<Line>)

Parameters

plotType

: Defines the type of plot/graph

lines

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