mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-26 02:40:13 +00:00
Update ItemStyle.cs
fix backgroundWidth doc
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user