mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 23:10:06 +00:00
修复一些小问题
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user