修复CovertXYAxis在2019版本上不会自动刷新的问题

This commit is contained in:
monitor1394
2020-05-21 09:19:32 +08:00
parent 920c4ea2a5
commit 798361795f

View File

@@ -243,6 +243,7 @@ namespace XCharts
xAxis.runtimeMaxValue = 0;
yAxis.runtimeMinValue = 0;
yAxis.runtimeMaxValue = 0;
RefreshChart();
}
}