computedSeries property

List<BezierLine> computedSeries
getter/setter pair

List of BezierLines used to display all lines, each line contains a list of DataPoints

Implementation

List<BezierLine> computedSeries = [];