Wijmo UI for the Web
offset フィールド
チャートラベルを対応する扇形からオフセットするピクセル数を示す値。
シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.chart.piechart_labels;
var value; // Type: number
value = instance.offset;
Javascript (Specification) 
var offset : number;
使用例
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.