private void OnLineDrawn(DataPoint start, DataPoint end) { line?.SetStart(start); line?.SetEnd(end); }