3.0 - tooltip

This commit is contained in:
monitor1394
2021-12-19 20:53:55 +08:00
parent 0aa476e757
commit 761ae595c2
60 changed files with 1213 additions and 1667 deletions

View File

@@ -25,10 +25,5 @@ namespace XCharts
public float radius { get; internal set; }
public float dataRadius { get; internal set; }
public bool isPointerEnter { get; set; }
/// <summary>
/// the data position list of radar.
/// 雷达图的所有数据坐标点列表。
/// </summary>
internal Dictionary<int, List<Vector3>> dataPositionDict = new Dictionary<int, List<Vector3>>();
}
}