This commit is contained in:
monitor1394
2022-03-26 17:11:12 +08:00
parent 09f7557e1f
commit edd6d940b6
12 changed files with 142 additions and 48 deletions

View File

@@ -26,7 +26,7 @@ namespace XCharts.Editor
this.chart = chart;
this.serie = target;
this.baseProperty = property;
m_DisplayName = string.Format("serie {0}: {1}", serie.index, serie.GetType().Name);
m_DisplayName = string.Format("Serie {0}: {1}", serie.index, serie.GetType().Name);
//m_Inspector = inspector;
showProperty = baseProperty.FindPropertyRelative("m_Show");
if (showProperty == null)