修复SerieLabel位置错乱的问题

This commit is contained in:
monitor1394
2020-07-07 07:29:45 +08:00
parent 9244d9f996
commit 2a74388777
3 changed files with 25 additions and 7 deletions

View File

@@ -124,7 +124,6 @@ namespace XCharts
if (m_Series.vertsDirty) RefreshChart();
if (SeriesHelper.IsLabelDirty(m_Series)) m_ReinitLabel = true;
if (SeriesHelper.IsNeedLabelUpdate(m_Series) && !m_RefreshChart) m_RefreshLabel = true;
if (SeriesHelper.IsLabelDirty(m_Series)) m_ReinitLabel = true;
foreach (var serie in m_Series.list)
{
if (serie.titleStyle.componentDirty) m_ReinitTitle = true;