整理代码

This commit is contained in:
monitor1394
2019-11-12 12:47:25 +08:00
parent 1b5f3d9fc1
commit e93b99bb51
2 changed files with 1 additions and 15 deletions

View File

@@ -419,8 +419,7 @@ namespace XCharts
OnThemeChanged();
RefreshChart();
}
/// <summary>
/// Update chart theme info.
/// 切换图表主题。
@@ -432,18 +431,6 @@ namespace XCharts
UpdateTheme(m_ThemeInfo.theme);
}
/// <summary>
/// Update chart theme info.
/// </summary>
/// <param name="info">info</param>
public void UpdateThemeInfo(ThemeInfo info)
{
m_ThemeInfo = info;
UpdateTheme(m_ThemeInfo.theme);
}
/// <summary>
/// Whether series animation enabel.
/// 启用或关闭起始动画。