mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 12:40:12 +00:00
Merge branch 'master' of ssh://github.com/monitor1394/unity-ugui-XCharts
This commit is contained in:
@@ -18,6 +18,10 @@ namespace XCharts
|
||||
/// </summary>
|
||||
public partial class BaseChart
|
||||
{
|
||||
/// <summary>
|
||||
/// The theme info.
|
||||
/// </summary>
|
||||
public ThemeInfo themeInfo { get { return m_ThemeInfo; } }
|
||||
/// <summary>
|
||||
/// The title setting of chart.
|
||||
/// 标题组件
|
||||
@@ -429,6 +433,17 @@ namespace XCharts
|
||||
}
|
||||
|
||||
|
||||
/// <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