var instance; // Type: wijmo.chart.piechart_labels; var value; // Type: any value = instance.connectorStyle;
var connectorStyle : any;
A value that indicates the style of the line that connects the labels text to the associated pie wedge.
Type: Object
var instance; // Type: wijmo.chart.piechart_labels; var value; // Type: any value = instance.connectorStyle;
var connectorStyle : any;
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 }