mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 07:50:16 +00:00
修复BarChart清空数据重新赋值后SerieLabel显示异常的问题
This commit is contained in:
@@ -82,7 +82,7 @@ namespace XCharts
|
||||
/// 标志位置。
|
||||
/// </summary>
|
||||
public Vector3 labelPosition { get; set; }
|
||||
public bool m_CanShowLabel = true;
|
||||
private bool m_CanShowLabel = true;
|
||||
/// <summary>
|
||||
/// 是否可以显示Label
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user