Wijmo UI for the Web
horizontal オプション

系列を水平方向に表示するかどうかを取得または設定します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: boolean
    returnsValue = $(".selector").wijcandlestickchart("option", "horizontal");
    
    //値を設定します
    var newValue; //タイプ: boolean
    $(".selector").wijcandlestickchart("option", "horizontal", newValue);
        
});
Javascript (Specification) 
var horizontal : boolean;
解説
デフォルト値は"true"です。

関連トピック

参照

options タイプ
wijcandlestickchart メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.