Tooltip显示优化

This commit is contained in:
monitor1394
2019-06-03 23:15:23 +08:00
parent d23a7cb239
commit 949f6d02aa
4 changed files with 12 additions and 9 deletions

View File

@@ -8,12 +8,6 @@ namespace XCharts
[System.Serializable]
public class Legend : JsonDataSupport, IPropertyChanged, IEquatable<Legend>
{
public enum Orient
{
Horizonal,
Vertical
}
[SerializeField] private bool m_Show = true;
[SerializeField] private Orient m_Orient = Orient.Horizonal;
[SerializeField] private Location m_Location = Location.defaultRight;