Wijmo UI for the Web
textMargin Field
wijmo.chart Namespace > chart_legend Interface : textMargin Field

A value in pixels that indicates the amount of space to leave around the text inside the legend.

Default: {left:2, top:2, right:2, bottom:2}

Syntax
var instance; // Type: wijmo.chart.chart_legend;
var value; // Type: any
value = instance.textMargin;
var textMargin : any;
See Also

Reference

chart_legend Interface