mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 12:08:46 +00:00
[doc] update comment and doc
This commit is contained in:
@@ -233,6 +233,10 @@ namespace XCharts.Runtime
|
||||
get { return m_Icons; }
|
||||
set { if (value != null) { m_Icons = value; SetComponentDirty(); } }
|
||||
}
|
||||
/// <summary>
|
||||
/// the colors of legend item.
|
||||
/// 图例标记的颜色列表。
|
||||
/// </summary>
|
||||
public List<Color> colors
|
||||
{
|
||||
get { return m_Colors; }
|
||||
|
||||
Reference in New Issue
Block a user