WavePlotData

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

WavePlotData 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 waves to be drawn.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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