mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 18:30:14 +00:00
[doc] update comment and doc
This commit is contained in:
@@ -37,6 +37,9 @@ namespace XCharts.Runtime
|
||||
get { return m_Label; }
|
||||
set { if (PropertyUtil.SetClass(ref m_Label, value, true)) SetAllDirty(); }
|
||||
}
|
||||
/// <summary>
|
||||
/// 图形文本引导线样式。
|
||||
/// </summary>
|
||||
public LabelLine labelLine
|
||||
{
|
||||
get { return m_LabelLine; }
|
||||
|
||||
Reference in New Issue
Block a user