From 3b21557c9d3dcdc7c28cd25d9361e3b366ddefbd Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Fri, 11 Oct 2019 12:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0settings=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/UI/Internal/BaseChart_API.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Scripts/UI/Internal/BaseChart_API.cs b/Scripts/UI/Internal/BaseChart_API.cs index 8040350c..5226f9d8 100644 --- a/Scripts/UI/Internal/BaseChart_API.cs +++ b/Scripts/UI/Internal/BaseChart_API.cs @@ -32,6 +32,11 @@ namespace XCharts /// public Series series { get { return m_Series; } } /// + /// Global parameter setting component. + /// 全局设置组件。 + /// + public Settings settings { get { return m_Settings; } } + /// /// The width of chart. /// 图表的宽 ///