修复一些小问题

This commit is contained in:
monitor1394
2019-10-15 09:50:51 +08:00
parent dd5c6a2ffe
commit 046c809b52
4 changed files with 22 additions and 29 deletions

View File

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