Added new symbol type: EmptyRect, EmptyTriangle, EmptyDiamond

This commit is contained in:
monitor1394
2021-12-04 08:46:32 +08:00
parent 7f53d22a5a
commit da8f379741
4 changed files with 46 additions and 1 deletions

View File

@@ -48,7 +48,10 @@ namespace XCharts
/// <summary>
/// 自定义标记。
/// </summary>
Custom
Custom,
EmptyRect,
EmptyTriangle,
EmptyDiamond
}
/// <summary>