增加Tooltip的单个数据项和标题的字符串模版格式器

This commit is contained in:
monitor1394
2019-12-21 20:12:27 +08:00
parent 22cdfbd59f
commit 9cd6ea856d
8 changed files with 112 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ namespace XCharts
{
private static StringBuilder s_Builder = new StringBuilder();
public static StringBuilder sb { get { return s_Builder; } }
public static string Cancat(string str1, string str2)
{
s_Builder.Length = 0;