| wijmo.chart.wijpiechart 名前空間 > options タイプ : showChartLabels オプション |
デフォルト値: true
デフォルトのチャートラベルを表示するかどうかを示す値。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: boolean returnsValue = $(".selector").wijpiechart("option", "showChartLabels"); //値を設定します var newValue; //タイプ: boolean $(".selector").wijpiechart("option", "showChartLabels", newValue); }); | |
| Javascript (Specification) | |
|---|---|
var showChartLabels : boolean; | |