Wijmo UI for the Web
position Field
wijmo.chart Namespace > piechart_labels Interface : position Field
A value that indicates where to place the chart labels in relation to their corresponding pie wedges.
Syntax
var instance; // Type: wijmo.chart.piechart_labels;
var value; // Type: string
value = instance.position;
var position : string;
Example
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
}
Remarks

Valid values:

See Also

Reference

piechart_labels Interface