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(); }
}
/// <summary>
/// 数据项背景颜色
/// 数据项背景宽度
/// </summary>
public float backgroundWidth
{
@@ -253,4 +253,4 @@ namespace XCharts
return color;
}
}
}
}