mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 02:10:16 +00:00
修复Chart的UpdateData()接口返回值不准确的问题
This commit is contained in:
@@ -1699,8 +1699,7 @@ namespace XCharts.Runtime
|
||||
/// <param name="value"></param>
|
||||
public bool UpdateYData(int index, double value)
|
||||
{
|
||||
UpdateData(index, 1, value);
|
||||
return true;
|
||||
return UpdateData(index, 1, value);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user