mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
增加Radar对通配符{b}的支持
This commit is contained in:
@@ -429,6 +429,13 @@ namespace XCharts.Runtime
|
||||
return indicatorList[indicatorIndex];
|
||||
}
|
||||
|
||||
public string GetIndicatorName(int indicatorIndex)
|
||||
{
|
||||
var indicator = GetIndicator(indicatorIndex);
|
||||
if (indicator == null) return string.Empty;
|
||||
return indicator.name;
|
||||
}
|
||||
|
||||
public override void ClearData()
|
||||
{
|
||||
indicatorList.Clear();
|
||||
|
||||
Reference in New Issue
Block a user