Wijmo UI for the Web
animation オプション

型: wijmo.chart.chart_animation

animation オプションはアニメーション効果を定義し、ウィジェットのアニメーションの他の特性(持続時間やイージングなど)を制御します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: wijmo.chart.chart_animation
    returnsValue = $(".selector").wijbubblechart("option", "animation");
    
    //値を設定します
    var newValue; //タイプ: wijmo.chart.chart_animation
    $(".selector").wijbubblechart("option", "animation", newValue);
        
});
Javascript (Specification) 
var animation : chart_animation;

関連トピック

参照

options タイプ
wijbubblechart メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.