mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 16:00:24 +00:00
调整中英文注释的分隔符为||
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user