增加DataZoomstartEndFunction委托

This commit is contained in:
monitor1394
2023-02-26 22:49:19 +08:00
parent 398fee2d97
commit 8c6d013341
4 changed files with 14 additions and 0 deletions

View File

@@ -397,6 +397,8 @@ namespace XCharts.Runtime
if (end < start)
end = start;
if (dataZoom.startEndFunction != null)
dataZoom.startEndFunction(ref start, ref end);
if (!dataZoom.startLock)
dataZoom.start = start;