mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 04:20:09 +00:00
整理代码
This commit is contained in:
@@ -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.
|
||||
/// 启用或关闭起始动画。
|
||||
|
||||
Reference in New Issue
Block a user