Merge branch 'master' of ssh://github.com/monitor1394/unity-ugui-XCharts

This commit is contained in:
Jacob Rapoport
2019-11-11 18:12:06 -08:00
57 changed files with 1287 additions and 601144 deletions

View File

@@ -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.
/// 启用或关闭起始动画。