mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 15:30:09 +00:00
优化代码,更好的支持自定义图表
This commit is contained in:
@@ -152,7 +152,7 @@ namespace XCharts
|
||||
CheckTooltip();
|
||||
CheckRefreshChart();
|
||||
CheckRefreshLabel();
|
||||
CheckAnimation();
|
||||
Internal_CheckAnimation();
|
||||
foreach (var draw in m_DrawSeries) draw.Update();
|
||||
}
|
||||
|
||||
@@ -716,7 +716,7 @@ namespace XCharts
|
||||
}
|
||||
}
|
||||
|
||||
protected void CheckAnimation()
|
||||
public void Internal_CheckAnimation()
|
||||
{
|
||||
if (!m_CheckAnimation)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user