public Form1() { InitializeComponent(); Canvas = this.CreateGraphics(); pen = new Pen(Color.Black); datapoints = new Polygone(); }