优化代码

This commit is contained in:
monitor1394
2021-05-25 23:45:15 +08:00
parent 7057cce129
commit 4892de1435
9 changed files with 136 additions and 91 deletions

View File

@@ -554,6 +554,14 @@ namespace XCharts
return type == AxisType.Log;
}
/// <summary>
/// 是否为时间轴。
/// </summary>
public bool IsTime()
{
return type == AxisType.Time;
}
/// <summary>
/// 添加一个类目到类目数据列表
/// </summary>