Wijmo UI for the Web
type オプション

デフォルト値: 'line'

表示するチャートのタイプを示すオプション。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijlinechart("option", "type");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijlinechart("option", "type", newValue);
        
});
Javascript (Specification) 
var type : string;
解説
有効なオプションは、'line' と 'area' です。

関連トピック

参照

options タイプ
wijlinechart メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.