From e01c55c3ca0b11db5308ae0b506e4c46ffd5a86a Mon Sep 17 00:00:00 2001 From: Jacob Rapoport Date: Sat, 26 Oct 2019 17:46:47 -0700 Subject: [PATCH] add themeInfo property --- Assets/XCharts/Runtime/API/BaseChart_API.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/XCharts/Runtime/API/BaseChart_API.cs b/Assets/XCharts/Runtime/API/BaseChart_API.cs index d9f2af90..4c54f6f8 100644 --- a/Assets/XCharts/Runtime/API/BaseChart_API.cs +++ b/Assets/XCharts/Runtime/API/BaseChart_API.cs @@ -18,6 +18,10 @@ namespace XCharts /// public partial class BaseChart { + /// + /// The theme info. + /// + public ThemeInfo themeInfo { get { return m_ThemeInfo; } } /// /// The title setting of chart. /// 标题组件