Wijmo UI for the Web
position フィールド
チャートラベルを対応する扇形に対してどの位置に配置するかを示す値。
シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.chart.piechart_labels;
var value; // Type: string
value = instance.position;
Javascript (Specification) 
var position : string;
使用例
labels: {
    style: {
        "font-size": 11
    },
    formatter: function () {
        return this.chartLabel + " : " + Globalize.format(this.value / this.total, "p2");
    },
    connectorStyle: {
        fill: "red",
        stroke: "red",
        "stroke-width": 2
    },
    position: "outside",
    offset: 30
}
解説

有効な値は以下のとおりです。

関連トピック

参照

piechart_labels インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.