mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
重构代码,废弃Series.series接口,用Series.list代替
This commit is contained in:
@@ -33,7 +33,7 @@ public class Demo11_AddSinCurve : MonoBehaviour
|
||||
|
||||
chart.xAxises[0].boundaryGap = false;
|
||||
chart.xAxises[0].maxCache = 0;
|
||||
chart.series.series[0].maxCache = 0;
|
||||
chart.series.list[0].maxCache = 0;
|
||||
|
||||
chart.RemoveData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user