| wijmo.chart.wijcandlestickchart 名前空間 > options タイプ : candlestickFormatter フィールド |
デフォルト値: null
ローソク足要素を書式設定するコールバック。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: Function returnsValue = $(".selector").wijcandlestickchart("option", "candlestickFormatter"); //値を設定します var newValue; //タイプ: Function $(".selector").wijcandlestickchart("option", "candlestickFormatter", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |