增加Custom类型的Serie的tooltip自定义

This commit is contained in:
monitor1394
2021-04-29 19:57:07 +08:00
parent 0d98a1db16
commit 852f93dec5
4 changed files with 22 additions and 15 deletions

View File

@@ -10,6 +10,7 @@ using System.Collections.Generic;
using System;
using UnityEngine.UI;
using UnityEngine.EventSystems;
using System.Text;
namespace XCharts
{
@@ -738,5 +739,9 @@ namespace XCharts
{
return m_LegendRealShowName.IndexOf(name);
}
public virtual void InitCustomSerieTooltip(ref StringBuilder stringBuilder, Serie serie, int index)
{
}
}
}