From 54ee3d43f5633761053e87f560e9c95b2ac22343 Mon Sep 17 00:00:00 2001 From: Jacob Rapoport Date: Sat, 26 Oct 2019 17:46:47 -0700 Subject: [PATCH] add themeInfo property --- Runtime/API/BaseChart_API.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Runtime/API/BaseChart_API.cs b/Runtime/API/BaseChart_API.cs index d9f2af90..4c54f6f8 100644 --- a/Runtime/API/BaseChart_API.cs +++ b/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. /// 标题组件