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 edaba321fb
commit c01493bcaa

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
{ {
@@ -253,4 +253,4 @@ namespace XCharts
return color; return color;
} }
} }
} }