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

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

@@ -268,7 +268,7 @@ namespace XCharts.Runtime
/// <summary>
/// Ensure the chart has the component, if not, add it.
/// Note: it may fail to add.
/// |确保图表有该组件,如果没有则添加。注意:有可能添加不成功。
/// ||确保图表有该组件,如果没有则添加。注意:有可能添加不成功。
/// </summary>
/// <typeparam name="T"></typeparam>
/// <returns>component, or null if add failed.</returns>
@@ -395,7 +395,7 @@ namespace XCharts.Runtime
/// <summary>
/// reutrn true when all the show axis is `Value` type.
/// |纯数值坐标轴(数值轴或对数轴)。
/// ||纯数值坐标轴(数值轴或对数轴)。
/// </summary>
public bool IsAllAxisValue()
{