Wijmo UI for the Web
chartLabelStyle オプション

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

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

関連トピック

参照

options タイプ
wijchartcore メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.