Wijmo UI for the Web
labels Field
wijmo.chart Namespace > chart_axis Interface : labels Field
A value that provides information for the labels.
Default: {style: {fill: "#333","font-size": 11},textAlign: "near",width:null}
Type: Object
Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: chart_axis_label
value = instance.labels;
var labels : chart_axis_label;
Remarks
style
A value that indicates the style of major text of the X axis.
Note: Any style options set in the fallback textStyle option are used for any style options that are not set explicitly (or set by default) in this option.
For more information on the available style parameters, see the Style Options topic.
Default: {fill: "#333","font-size": 11}
Type: Object
textAlign
A value that indicates the alignment of major text of the X axis.
Default: "near"
Type: String
Notes: Options are 'near', 'center' and 'far'.
width
A value that indicates the width of major text of the X axis.
Default: null
Type: Number
See Also

Reference

chart_axis Interface