mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 00:20:18 +00:00
优化Legend数量过多时自动换行显示
This commit is contained in:
@@ -450,7 +450,7 @@ namespace XCharts
|
||||
OnLegendButtonClick(n, m_LegendRealShowName[n], n == 0 ? true : false);
|
||||
}
|
||||
}
|
||||
LegendHelper.ResetItemPosition(m_Legend);
|
||||
LegendHelper.ResetItemPosition(m_Legend, m_ChartWidth, m_ChartHeight);
|
||||
}
|
||||
|
||||
private void InitSerieLabel()
|
||||
|
||||
Reference in New Issue
Block a user