mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-29 20:58:47 +00:00
fixed bug
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user