mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 17:30:10 +00:00
增加Legend的TextLimit可限制图例显示文本的长度
This commit is contained in:
@@ -29,6 +29,8 @@ namespace XCharts.Runtime
|
||||
public string legendName { get { return m_LegendName; } set { m_LegendName = value; } }
|
||||
public GameObject gameObject { get { return m_GameObject; } }
|
||||
public Button button { get { return m_Button; } }
|
||||
public ChartText text { get { return m_Text; } }
|
||||
|
||||
public float width
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user