mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
增加双坐标轴支持
This commit is contained in:
@@ -171,6 +171,15 @@ namespace XCharts
|
||||
}
|
||||
}
|
||||
|
||||
public string GetData(int index)
|
||||
{
|
||||
if (index >= 0 && index < m_Data.Count)
|
||||
{
|
||||
return m_Data[index];
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
public void SetActive(int index, bool flag)
|
||||
{
|
||||
m_DataActiveList[index] = flag;
|
||||
|
||||
Reference in New Issue
Block a user