From 92e4d9de1b5c772f14b580b7ce067a494d6829fc Mon Sep 17 00:00:00 2001 From: Ernest-su Date: Mon, 7 Sep 2020 17:57:21 +0800 Subject: [PATCH] Update ItemStyle.cs fix backgroundWidth doc --- Assets/XCharts/Runtime/Component/Sub/ItemStyle.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/XCharts/Runtime/Component/Sub/ItemStyle.cs b/Assets/XCharts/Runtime/Component/Sub/ItemStyle.cs index 36a11944..a04f5f68 100644 --- a/Assets/XCharts/Runtime/Component/Sub/ItemStyle.cs +++ b/Assets/XCharts/Runtime/Component/Sub/ItemStyle.cs @@ -137,7 +137,7 @@ namespace XCharts set { if (PropertyUtility.SetStruct(ref m_CenterGap, value)) SetVerticesDirty(); } } /// - /// 数据项背景颜色。 + /// 数据项背景宽度。 /// public float backgroundWidth { @@ -253,4 +253,4 @@ namespace XCharts return color; } } -} \ No newline at end of file +}