Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
cht.Location = new System.Drawing.Point(x, y);
cht.Name = string.Format("Chart{0}", i.ToString());
cht.Size = new System.Drawing.Size(200, 200);
cht.TabIndex = i;
cht.Visible = true;
cht.Enter += new System.EventHandler(Chart_Enter);