增加SerieSymbol关于显示间隔的相关配置

This commit is contained in:
monitor1394
2019-09-29 19:13:08 +08:00
parent cf0f5618ff
commit 91bee0fb81
6 changed files with 53 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ public class Demo_Dynamic : MonoBehaviour
void Awake()
{
chart = gameObject.GetComponentInChildren<CoordinateChart>();
//chart.RemoveData();
chart.RemoveData();
var serie = chart.AddSerie(SerieType.Line);
serie.symbol.type = SerieSymbolType.None;
serie.maxCache = maxCacheDataNumber;