Merge pull request #88 from Ernest-su/patch-1

Update ItemStyle.cs
This commit is contained in:
monitor1394
2020-09-08 07:30:28 +08:00
committed by GitHub

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
{ {