points property

List<DataPoint> points
final

Each point (x,y) defines arc, where radius = x, startAngle = y, endAngle = y + dy

Implementation

final List<DataPoint> points;