mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
[fix] fix InsertSerie()
This commit is contained in:
@@ -30,7 +30,9 @@ namespace XCharts.Runtime
|
||||
else if (index >= 0) m_Series.Insert(index, serie);
|
||||
else m_Series.Add(serie);
|
||||
ResetSeriesIndex();
|
||||
InitSerieHandlers();
|
||||
SeriesHelper.UpdateSerieNameList(this, ref m_LegendRealShowName);
|
||||
RefreshChart();
|
||||
}
|
||||
|
||||
public bool MoveUpSerie(int serieIndex)
|
||||
|
||||
Reference in New Issue
Block a user