mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
add themeInfo property
This commit is contained in:
committed by
monitor1394
parent
e58fb2b31f
commit
e01c55c3ca
@@ -18,6 +18,10 @@ namespace XCharts
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public partial class BaseChart
|
public partial class BaseChart
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The theme info.
|
||||||
|
/// </summary>
|
||||||
|
public ThemeInfo themeInfo { get { return m_ThemeInfo; } }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The title setting of chart.
|
/// The title setting of chart.
|
||||||
/// 标题组件
|
/// 标题组件
|
||||||
|
|||||||
Reference in New Issue
Block a user