mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 01:10:08 +00:00
增加运行时和非运行时参数变更自动刷新图表
This commit is contained in:
@@ -75,7 +75,6 @@ namespace XCharts
|
||||
public static void ResetItemPosition(Legend legend)
|
||||
{
|
||||
var startX = 0f;
|
||||
var startY = 0f;
|
||||
var currWidth = 0f;
|
||||
var currHeight = 0f;
|
||||
|
||||
@@ -211,7 +210,6 @@ namespace XCharts
|
||||
currWidth += item.width + legend.itemGap;
|
||||
}
|
||||
break;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user