|
@@ -258,7 +258,7 @@ namespace OTSIncAReportGraph
|
|
|
float f_ls_y = this.m_rectf.Y + 3 ;
|
|
|
|
|
|
float rectf_height = 0;
|
|
|
- foreach (DisplayParticle dp in this.list_dparticle)
|
|
|
+ foreach (DisplayParticle dp in this.List_DParticle)
|
|
|
{
|
|
|
//这里要对不显示的颗粒进行屏蔽,也就是进行不计算位置,不知道会不会有其它的影响
|
|
|
if (dp.GetPaintState() != PaintState.NOPAINT)
|
|
@@ -294,8 +294,9 @@ namespace OTSIncAReportGraph
|
|
|
//}
|
|
|
//定位好该多边形后,对x轴进行增长,为下一个多边形定位好位置
|
|
|
f_ls_x = f_ls_x + dp.GetShowRect().Width + 3 ;
|
|
|
+ dp.SetShowRect(new RectangleF(dp.GetShowRect().X + f_cz_x, dp.GetShowRect().Y + f_cz_y, dp.GetShowRect().Width, dp.GetShowRect().Height));
|
|
|
+
|
|
|
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
}
|