mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-26 02:40:13 +00:00
修复CovertXYAxis在2019版本上不会自动刷新的问题
This commit is contained in:
@@ -243,6 +243,7 @@ namespace XCharts
|
|||||||
xAxis.runtimeMaxValue = 0;
|
xAxis.runtimeMaxValue = 0;
|
||||||
yAxis.runtimeMinValue = 0;
|
yAxis.runtimeMinValue = 0;
|
||||||
yAxis.runtimeMaxValue = 0;
|
yAxis.runtimeMaxValue = 0;
|
||||||
|
RefreshChart();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user