فهرست منبع

修改BUGchart显示的错误

zhangjiaxin 8 ماه پیش
والد
کامیت
285ecac96a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      OTSIncAReportApp/1-UI/Control_ECharts/EChart_ParticlesComposition.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_ECharts/EChart_ParticlesComposition.cs

@@ -508,7 +508,7 @@ namespace OTSIncAReportApp.Control_ECharts
                         series.Points.Add(new SeriesPoint(name, Cunt));
                     }
                     series.LabelsVisibility = DefaultBoolean.True;
-                    series.Label.TextPattern = "{A}";
+                    series.Label.TextPattern = "{V}";
                     chartControl1.Series.Add(series);
                 }
                 chartControl1.Legend.Visibility = DefaultBoolean.False;