修复一些小问题

This commit is contained in:
monitor1394
2019-10-15 09:50:51 +08:00
parent dd5c6a2ffe
commit 046c809b52
4 changed files with 22 additions and 29 deletions

View File

@@ -39,7 +39,7 @@ namespace XCharts
/// Subtitle text, supporting for \n for newlines.
/// 副标题文本,支持使用 \n 换行。
/// </summary>
public string subText { get { return m_SubText; } set { m_Text = value; } }
public string subText { get { return m_SubText; } set { m_SubText = value; } }
/// <summary>
/// [default:14]
/// subtitle font size.