| wijmo.chart.wijchartcore 名前空間 > options タイプ : chartLabelStyle オプション |
各チャート要素の値を示すチャートラベルのすべてのスタイルオプションを設定します。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: any returnsValue = $(".selector").wijchartcore("option", "chartLabelStyle"); //値を設定します var newValue; //タイプ: any $(".selector").wijchartcore("option", "chartLabelStyle", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |
$("#linechart").wijlinechart({ chartLabelStyle{ rotation: 90, transform: "T10 -10" }