Wijmo UI for the Web
minColorValue オプション

デフォルト値: null

最小値を示す値。 このオプションが設定されていない場合、最小値は自動的に計算されます。

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

関連トピック

参照

options タイプ
wijtreemap jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.