mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 15:00:08 +00:00
增加SmoothDash平滑虚线的支持
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user