增加Symbol配置Serie标志图形的显示

This commit is contained in:
monitor1394
2019-07-20 12:18:07 +08:00
parent 1576308254
commit 2296fb66ff
10 changed files with 163 additions and 99 deletions

View File

@@ -34,7 +34,6 @@ public class Demo11_AddSinCurve : MonoBehaviour
chart.xAxises[0].boundaryGap = false;
chart.maxCacheDataNumber = 0;
chart.line.point = false;
chart.line.step = false;
chart.line.smooth = false;
chart.line.area = false;