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

This commit is contained in:
monitor1394
2020-05-21 09:19:32 +08:00
parent 18d02be719
commit 7191f8a5ad

View File

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