|
@@ -389,7 +389,6 @@ namespace OTSIncAReportGraph.Controls
|
|
{
|
|
{
|
|
SolidBrush b = new SolidBrush(Color.White);
|
|
SolidBrush b = new SolidBrush(Color.White);
|
|
e.Graphics.FillRectangle(b, ls_sortparticledistribution.RectF);
|
|
e.Graphics.FillRectangle(b, ls_sortparticledistribution.RectF);
|
|
-
|
|
|
|
//绘制矩形的外边框
|
|
//绘制矩形的外边框
|
|
ControlPaint.DrawBorder(e.Graphics, Rectangle.Round(ls_sortparticledistribution.RectF),
|
|
ControlPaint.DrawBorder(e.Graphics, Rectangle.Round(ls_sortparticledistribution.RectF),
|
|
m_c_ColumnRectangleColor,
|
|
m_c_ColumnRectangleColor,
|
|
@@ -407,10 +406,12 @@ namespace OTSIncAReportGraph.Controls
|
|
}
|
|
}
|
|
#endregion
|
|
#endregion
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
#region //进行绘制部份------------------------------------
|
|
#region //进行绘制部份------------------------------------
|
|
-
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
foreach (SortParticleDistribution ls_sortparticledistribution in m_list_sortparticledistribution)
|
|
foreach (SortParticleDistribution ls_sortparticledistribution in m_list_sortparticledistribution)
|
|
{
|
|
{
|