mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 14:30:10 +00:00
重构接口
This commit is contained in:
@@ -25,7 +25,7 @@ namespace XCharts
|
||||
m_YAxises[1].type = Axis.AxisType.Value;
|
||||
m_XAxises[1].boundaryGap = false;
|
||||
RemoveData();
|
||||
AddSerie("serie1", SerieType.Scatter);
|
||||
AddSerie(SerieType.Scatter, "serie1");
|
||||
for (int i = 0; i < 10; i++)
|
||||
{
|
||||
AddData(0, Random.Range(10, 100), Random.Range(10, 100));
|
||||
|
||||
Reference in New Issue
Block a user