Wijmo UI for the Web
labelFormatter オプション

デフォルト値: null

ツリーマップ項目のラベルの書式設定に使用される関数を示す値。

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.