mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 05:10:12 +00:00
增加对自定义Chart的支持
This commit is contained in:
@@ -719,5 +719,24 @@ namespace XCharts
|
||||
{
|
||||
return SeriesHelper.ContainsSerie(m_Series, serieType);
|
||||
}
|
||||
|
||||
public virtual bool AddDefaultCustomSerie(string serieName)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public virtual string[] GetCustomSerieInspectorShowFileds()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
public virtual string[] GetCustomChartInspectorShowFileds()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public int GetLegendRealShowNameIndex(string name)
|
||||
{
|
||||
return m_LegendRealShowName.IndexOf(name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user