mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
add UpdateThemeInfo API
This commit is contained in:
committed by
monitor1394
parent
caab0fb412
commit
b156180993
@@ -416,6 +416,17 @@ namespace XCharts
|
||||
RefreshChart();
|
||||
}
|
||||
|
||||
/// <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