mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
add UpdateThemeInfo API
This commit is contained in:
committed by
monitor1394
parent
9e6632897b
commit
e58fb2b31f
@@ -416,6 +416,17 @@ namespace XCharts
|
|||||||
RefreshChart();
|
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>
|
/// <summary>
|
||||||
/// Whether series animation enabel.
|
/// Whether series animation enabel.
|
||||||
/// 启用或关闭起始动画。
|
/// 启用或关闭起始动画。
|
||||||
|
|||||||
Reference in New Issue
Block a user