作成日: 2014/09/26 最終更新日: 2014/09/26
文書種別
使用方法
詳細
PlotAreaクラスのLocationDefaultプロパティとSizeDefaultプロパティを使用して、プロットエリアの位置とサイズを固定することができます。
◆サンプルコード
[VB]
[C#]
◆サンプルコード
[VB]
C1WebChart1.ChartArea.PlotArea.LocationDefault = New System.Drawing.Point(80, 50)
C1WebChart1.ChartArea.PlotArea.SizeDefault = New System.Drawing.Size(400, 300)
C1WebChart1.ChartArea.PlotArea.SizeDefault = New System.Drawing.Size(400, 300)
[C#]
C1WebChart1.ChartArea.PlotArea.LocationDefault = new System.Drawing.Point(80, 50);
C1WebChart1.ChartArea.PlotArea.SizeDefault = new System.Drawing.Size(400, 300);
C1WebChart1.ChartArea.PlotArea.SizeDefault = new System.Drawing.Size(400, 300);
旧文書番号
71648