mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
整理重构代码
This commit is contained in:
@@ -550,7 +550,7 @@ namespace XCharts
|
||||
case SerieType.Line:
|
||||
bool refresh = false;
|
||||
var count = serie.data.Count;
|
||||
SerieHelper.GetDimensionMinMaxData(serie, 1, -1);
|
||||
SerieHelper.UpdateMinMaxData(serie, 1, -1);
|
||||
var diff = (serie.runtimeDataMax - serie.runtimeDataMin) / (count - 1);
|
||||
for (int j = 0; j < count; j++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user