增加Demo首页BarChart的代码动态控制效果

This commit is contained in:
monitor1394
2019-10-20 18:57:28 +08:00
parent 821e518830
commit 20377e6a42
9 changed files with 27929 additions and 23689 deletions

View File

@@ -185,6 +185,14 @@ namespace XCharts
{
RefreshDataZoomLabel();
}
/// <summary>
/// 立即刷新数值坐标轴的最大最小值
/// </summary>
public void RefreshAxisMinMaxValue()
{
CheckMinMaxValue();
}
}
}