调整中英文注释的分隔符为||

This commit is contained in:
monitor1394
2023-11-11 23:32:24 +08:00
parent 509bd97741
commit 65684f2952
100 changed files with 911 additions and 911 deletions

View File

@@ -16,7 +16,7 @@ namespace XCharts.Runtime
/// <summary>
/// the type of line.
/// |坐标轴线类型。
/// ||坐标轴线类型。
/// </summary>
public LineStyle.Type lineType
{
@@ -25,7 +25,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the width of line.
/// |指示线线宽。
/// ||指示线线宽。
/// </summary>
public float lineWidth
{
@@ -34,7 +34,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the color of line.
/// |指示线颜色。
/// ||指示线颜色。
/// </summary>
public Color32 lineColor
{
@@ -44,7 +44,7 @@ namespace XCharts.Runtime
/// <summary>
/// the color of line.
/// |区域指示的颜色。
/// ||区域指示的颜色。
/// </summary>
public Color32 areaColor
{
@@ -53,7 +53,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the text color of tooltip cross indicator's axis label.
/// |十字指示器坐标轴标签的文本颜色。
/// ||十字指示器坐标轴标签的文本颜色。
/// </summary>
public Color32 labelTextColor
{
@@ -63,7 +63,7 @@ namespace XCharts.Runtime
/// <summary>
/// the background color of tooltip cross indicator's axis label.
/// |十字指示器坐标轴标签的背景颜色。
/// ||十字指示器坐标轴标签的背景颜色。
/// </summary>
public Color32 labelBackgroundColor
{