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

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

@@ -6,7 +6,7 @@ namespace XCharts.Runtime
{
/// <summary>
/// Settings related to axis label.
/// |坐标轴刻度标签的相关设置。
/// ||坐标轴刻度标签的相关设置。
/// </summary>
[Serializable]
public class AxisLabel : LabelStyle
@@ -21,7 +21,7 @@ namespace XCharts.Runtime
/// <summary>
/// The display interval of the axis label.
/// |坐标轴刻度标签的显示间隔在类目轴中有效。0表示显示所有标签1表示隔一个隔显示一个标签以此类推。
/// ||坐标轴刻度标签的显示间隔在类目轴中有效。0表示显示所有标签1表示隔一个隔显示一个标签以此类推。
/// </summary>
public int interval
{
@@ -30,7 +30,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// Set this to true so the axis labels face the inside direction.
/// |刻度标签是否朝内,默认朝外。
/// ||刻度标签是否朝内,默认朝外。
/// </summary>
public bool inside
{
@@ -39,7 +39,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// Show negative number as positive number.
/// |将负数数值显示为正数。一般和`Serie`的`showAsPositiveNumber`配合使用。
/// ||将负数数值显示为正数。一般和`Serie`的`showAsPositiveNumber`配合使用。
/// </summary>
public bool showAsPositiveNumber
{
@@ -57,7 +57,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// Whether to display the first label.
/// |是否显示第一个文本。
/// ||是否显示第一个文本。
/// </summary>
public bool showStartLabel
{
@@ -66,7 +66,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// Whether to display the last label.
/// |是否显示最后一个文本。
/// ||是否显示最后一个文本。
/// </summary>
public bool showEndLabel
{