Wijmo UI for the Web
type フィールド

ローソク足要素の描画方法を示す値。有効な値は、ohlc、hl、candlestick です。

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

関連トピック

参照

options タイプ
wijcandlestickchart メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.