优化大数据Label初始化问题

This commit is contained in:
monitor1394
2019-10-18 08:43:38 +08:00
parent b1f5735d45
commit 821e518830

View File

@@ -291,8 +291,7 @@ namespace XCharts
for (int j = 0; j < serie.data.Count; j++)
{
var serieData = serie.data[j];
if(j>100) break;
//if (!serie.label.show && !serieData.showIcon) continue;
if (!serie.label.show && j > 100) continue;
var textName = s_SerieLabelObjectName + "_" + i + "_" + j + "_" + serieData.name;
var color = Color.grey;
if (serie.type == SerieType.Pie)