2014年1月26日 / 最終更新日 : 2014年1月26日 田中 C#プログラミング TabControlのTabPageにコントロールを貼り付けるとロケーションがずれる TabControleのPaddingプロパティを全て0に設定 うーんこれでも治らない
2014年1月12日 / 最終更新日 : 2018年3月3日 田中 C#プログラミング グラフ private void btnSet_Click(object sender, EventArgs e) { var series1 = new Series(“y = x*x”); var series2 = new […]
2014年1月5日 / 最終更新日 : 2018年3月3日 田中 C#プログラミング 始めと終わりのカンマを取る //始めと終わりのカンマを取る motoAto = Regex.Replace(Titem.Lines[i], “^[,]|[,]$”, “”) ;
2014年1月5日 / 最終更新日 : 2018年3月3日 田中 C#プログラミング グラフの作成 chart1.ChartAreas.Clear(); ChartArea a1 = new ChartArea(“ChartArea1”); a1.Area3DStyle.Enable3D = false; a1.Bac […]