mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
完善注释和文档
This commit is contained in:
@@ -798,7 +798,6 @@ namespace XCharts.Runtime
|
||||
/// <summary>
|
||||
/// 忽略数据时折线是断开还是连接。默认false为连接。
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public bool ignoreLineBreak
|
||||
{
|
||||
get { return m_IgnoreLineBreak; }
|
||||
|
||||
@@ -106,7 +106,6 @@ namespace XCharts.Runtime
|
||||
/// <summary>
|
||||
/// 数据项图例名称。当数据项名称不为空时,图例名称即为系列名称;反之则为索引index。
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public string legendName { get { return string.IsNullOrEmpty(name) ? ChartCached.IntToStr(index) : name; } }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user