Wijmo UI for the Web
annotations オプション

デフォルト値:[]

チャートに表示する注釈の設定を含むAnnotationBaseオブジェクトの配列を作成します。

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

関連トピック

参照

options タイプ
wijchartcore メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.