add themeInfo property

This commit is contained in:
Jacob Rapoport
2019-10-26 17:46:47 -07:00
committed by monitor1394
parent b156180993
commit 54ee3d43f5

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.
/// 标题组件