Wijmo UI for the Web
chartLabelFormatString フィールド

デフォルト値: ""

各チャート要素の値を示すチャートラベルの数値書式を設定します。標準の数値書式指定文字列を使用できます。

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

関連トピック

参照

options タイプ
wijbubblechart メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.