修复BarChart清空数据重新赋值后SerieLabel显示异常的问题

This commit is contained in:
monitor1394
2019-11-22 09:46:30 +08:00
parent ce6187e677
commit a5874af317
3 changed files with 17 additions and 10 deletions

View File

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