Update ItemStyle.cs

fix backgroundWidth doc
This commit is contained in:
Ernest-su
2020-09-07 17:57:21 +08:00
committed by GitHub
parent e64284f5ab
commit 92e4d9de1b

View File

@@ -137,7 +137,7 @@ namespace XCharts
set { if (PropertyUtility.SetStruct(ref m_CenterGap, value)) SetVerticesDirty(); } set { if (PropertyUtility.SetStruct(ref m_CenterGap, value)) SetVerticesDirty(); }
} }
/// <summary> /// <summary>
/// 数据项背景颜色 /// 数据项背景宽度
/// </summary> /// </summary>
public float backgroundWidth public float backgroundWidth
{ {