fixed bug

This commit is contained in:
monitor1394
2019-09-29 09:19:26 +08:00
parent 83deb5e103
commit 4b4f0a9cde

View File

@@ -78,6 +78,7 @@ namespace XCharts
/// <returns></returns>
public Serie GetSerie(string name)
{
if (string.IsNullOrEmpty(name)) return null;
for (int i = 0; i < m_Series.Count; i++)
{
if (name.Equals(m_Series[i].name))