ChartPoint constructor

ChartPoint(
  1. double x,
  2. double y
)

Implementation

ChartPoint(this.x, this.y);