Wijmo UI for the Web
chartLabelStyle フィールド

各チャート要素の値を示すチャートラベルのすべてのスタイルオプションを設定します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: any
    returnsValue = $(".selector").wijcompositechart("option", "chartLabelStyle");
    
    //値を設定します
    var newValue; //タイプ: any
    $(".selector").wijcompositechart("option", "chartLabelStyle", newValue);
        
});
Javascript (Specification) 
var chartLabelStyle : any;
解説
スタイルは Raphael で定義されています。http://raphaeljs.com/reference.html#Element.attr を参照してください。このスタイルは "attr" メソッドのパラメーターです。

関連トピック

参照

options タイプ
wijcompositechart メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.