Wijmo UI for the Web
chart_axis_label Interface
wijmo.chart Namespace : chart_axis_label Interface

Creates an object with all of the information used to draw X or Y axis labels.

Default: {style: {fill: "#333", "font-size": 11}, textAlign: "near", width: null}

Type: Object

Fields
 NameDescription
 Field

A value that indicates the style of the X or Y axis label text.

For more information on the available style parameters, see the Style Options topic.

Default: {fill: "#333","font-size": 11}

Type: Object

 
 Field
A value that indicates the alignment of the X or Y axis label text.
Default: "near"
Type: String
 
 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
 
Top
See Also

Reference

wijmo.chart Namespace