优化SerieData的自定义图标不与SerieLabel关联,可单独控制是否显示

This commit is contained in:
monitor1394
2019-09-25 09:44:53 +08:00
parent e3ab20bcd2
commit f1199f2aad
11 changed files with 36293 additions and 12576 deletions

View File

@@ -44,8 +44,8 @@ namespace XCharts
[SerializeField] [Range(0, 1)] private float m_Opacity = 1;
/// <summary>
/// Set this to false to prevent the areafrom showing.
/// 是否显示区域填充
/// Whether show line.
/// 是否显示线条。在折线图中无效
/// </summary>
public bool show { get { return m_Show; } set { m_Show = value; } }
/// <summary>