增加SmoothDash平滑虚线的支持

This commit is contained in:
monitor1394
2019-10-01 09:36:24 +08:00
parent 53bd57c6e3
commit a1356e0d84
3 changed files with 45 additions and 5 deletions

View File

@@ -73,11 +73,16 @@ namespace XCharts
/// </summary>
Normal,
/// <summary>
/// the normal line chart
/// the smooth line chart
/// 平滑曲线。
/// </summary>
Smooth,
/// <summary>
/// the smooth-dash line chart
/// 平滑虚线。
/// </summary>
SmoothDash,
/// <summary>
/// step line.
/// 阶梯线图:当前点。
/// </summary>