Wijmo UI for the Web
width Field
wijmo.chart Namespace > chart_axis_label Interface : width Field
A value that indicates the width in pixels of the X or Y axis label text. Take care in setting this value, as it can move labels away from their corresponding axis markers.
Default: null
Type: Number
Syntax
var instance; // Type: wijmo.chart.chart_axis_label;
var value; // Type: number
value = instance.width;
var width : number;
Remarks
If the value is null, then the width will be calculated automatically.
See Also

Reference

chart_axis_label Interface