diff --git a/Runtime/Internal/Object/ChartLabel.cs b/Runtime/Internal/Object/ChartLabel.cs index a384543a..50d685e7 100644 --- a/Runtime/Internal/Object/ChartLabel.cs +++ b/Runtime/Internal/Object/ChartLabel.cs @@ -195,6 +195,11 @@ namespace XCharts.Runtime return transform.localPosition; } + public bool IsActiveByScale() + { + return m_Active; + } + public void SetActive(bool flag) { m_Active = flag;