怎样用c#画出一个参数随另一个参数变化的曲线图,最好能在picturebox里显示。
展开全部
private void button1_Click(object sender, EventArgs e)
{
System.Drawing.Pen myPen = new System.Drawing.Pen(System.Drawing.Color.Red);
System.Drawing.Graphics formGraphics = this.CreateGraphics();
formGraphics.DrawLine(myPen, 200, 33, 80, 100);
}
吧他随便放一form里边看看,至于坐标问题就看您自己了
{
System.Drawing.Pen myPen = new System.Drawing.Pen(System.Drawing.Color.Red);
System.Drawing.Graphics formGraphics = this.CreateGraphics();
formGraphics.DrawLine(myPen, 200, 33, 80, 100);
}
吧他随便放一form里边看看,至于坐标问题就看您自己了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询