Wijmo UI for the Web
showChartLabels オプション

デフォルト値: true

デフォルトのチャートラベルを表示するかどうかを示す値。

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

関連トピック

参照

options タイプ
wijbubblechart メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.