mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 07:20:08 +00:00
重构minShowDataNumber、maxShowDataNumber、maxCacheDataNumber到Serie的minShow、maxShow、maxCache
This commit is contained in:
@@ -32,7 +32,8 @@ public class Demo11_AddSinCurve : MonoBehaviour
|
||||
chart.yAxises[0].type = Axis.AxisType.Value;
|
||||
|
||||
chart.xAxises[0].boundaryGap = false;
|
||||
chart.maxCacheDataNumber = 0;
|
||||
chart.xAxises[0].maxCache = 0;
|
||||
chart.series.series[0].maxCache = 0;
|
||||
|
||||
chart.RemoveData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user