增加SerieLabel的背景宽高、文字边距、文字旋转的配置

This commit is contained in:
monitor1394
2019-08-20 09:40:19 +08:00
parent 22ff70c4a1
commit 49957515c4
8 changed files with 22536 additions and 30714 deletions

View File

@@ -739,9 +739,9 @@ namespace XCharts
{
var serieData = m_Data[index];
serieData.name = name;
if (serieData.label != null)
if (serieData.labelText != null)
{
serieData.label.text = name == null ? "" : name;
serieData.labelText.text = name == null ? "" : name;
}
}
}