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

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

@@ -32,23 +32,23 @@ namespace XCharts.Runtime
public float top;
/// <summary>
/// the current minimun value.
/// |当前最小值。
/// ||当前最小值。
/// </summary>
public double minValue;
/// <summary>
/// the current maximum value.
/// |当前最大值。
/// ||当前最大值。
/// </summary>
public double maxValue;
/// <summary>
/// the offset of zero position.
/// |坐标轴原点在坐标轴的偏移。
/// ||坐标轴原点在坐标轴的偏移。
/// </summary>
public float offset;
public double minMaxRange;
/// <summary>
/// the tick value of value axis.
/// |数值轴时每个tick的数值。
/// ||数值轴时每个tick的数值。
/// </summary>
public double tickValue;
public float scaleWidth;