重构SerieSymbol

This commit is contained in:
monitor1394
2019-07-21 22:58:51 +08:00
parent 2296fb66ff
commit ff8057690c
9 changed files with 430 additions and 109 deletions

View File

@@ -40,7 +40,8 @@ public class Demo11_AddSinCurve : MonoBehaviour
chart.RemoveData();
chart.AddSerie("test", SerieType.Line);
var serie = chart.AddSerie("test", SerieType.Line);
serie.symbol.type = SerieSymbolType.None;
for (angle = 0; angle < 1080; angle++)
{
float xvalue = Mathf.PI / 180 * angle;