[doc] update comment and doc

This commit is contained in:
monitor1394
2022-06-15 07:36:05 +08:00
parent c24d89c8ab
commit 87049b5170
30 changed files with 374 additions and 221 deletions

View File

@@ -49,6 +49,10 @@ namespace XCharts.Runtime
get { return m_Show; }
set { if (PropertyUtil.SetStruct(ref m_Show, value)) SetVerticesDirty(); }
}
/// <summary>
/// The serie index of markLine.
/// |标线影响的Serie索引。
/// </summary>
public int serieIndex
{
get { return m_SerieIndex; }
@@ -99,7 +103,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// Data of marking line.
/// 图表标线的数据。
/// |图表标线的数据。
/// </summary>
[System.Serializable]
public class MarkLineData : ChildComponent