wijmo.chart.wijcandlestickchart 名前空間 > options タイプ : 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) | |
---|---|
|