mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
修复SerieLabel在重新添加数据时可能不显示的问题
This commit is contained in:
@@ -176,9 +176,11 @@ namespace XCharts
|
||||
{
|
||||
index = 0;
|
||||
labelObject = null;
|
||||
highlighted = false;
|
||||
m_Name = string.Empty;
|
||||
m_Show = true;
|
||||
m_Selected = false;
|
||||
m_CanShowLabel = false;
|
||||
m_CanShowLabel = true;
|
||||
m_EnableSymbol = false;
|
||||
m_EnableLabel = false;
|
||||
m_EnableEmphasis = false;
|
||||
|
||||
Reference in New Issue
Block a user