mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 09:50:15 +00:00
[code] add comment
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user