[code] add comment

This commit is contained in:
monitor1394
2022-07-04 08:30:43 +08:00
parent 197402dcb7
commit f5c2e73098
9 changed files with 75 additions and 24 deletions

View File

@@ -122,7 +122,10 @@ namespace XCharts.Runtime
get { return m_TickColor; }
set { if (PropertyUtil.SetColor(ref m_TickColor, value)) SetVerticesDirty(); }
}
/// <summary>
/// the colors of split area.
/// |坐标轴分隔区域的颜色。
/// </summary>
public List<Color32> splitAreaColors
{
get { return m_SplitAreaColors; }