mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 12:40:12 +00:00
增加AnimationEnabel()启用或取消起始动画接口
This commit is contained in:
@@ -424,7 +424,18 @@ namespace XCharts
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 开始初始动画
|
||||
/// Whether series animation enabel.
|
||||
/// 启用或取消起始动画。
|
||||
/// </summary>
|
||||
/// <param name="flag"></param>
|
||||
public void AnimationEnable(bool flag)
|
||||
{
|
||||
m_Series.AnimationEnable(flag);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Start play animation.
|
||||
/// 开始初始动画。
|
||||
/// </summary>
|
||||
public void AnimationStart()
|
||||
{
|
||||
@@ -432,7 +443,8 @@ namespace XCharts
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 停止初始化动画
|
||||
/// Stop play animation.
|
||||
/// 停止初始化动画。
|
||||
/// </summary>
|
||||
public void AnimationStop()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user